Skip to content

Commit

Permalink
[9.x] Add trashed() method phpDoc for Eloquent factory (#42693)
Browse files Browse the repository at this point in the history
* [9.0] Add trashed() method phpDoc for Eloquent factory

* Update Factory.php
  • Loading branch information
adelf authored Jun 7, 2022
1 parent ad8ace9 commit bc4e5ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Illuminate/Database/Eloquent/Factories/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

/**
* @template TModel of \Illuminate\Database\Eloquent\Model
*
* @method $this trashed()
*/
abstract class Factory
{
Expand Down

0 comments on commit bc4e5ea

Please sign in to comment.