Skip to content

Commit bc4e5ea

Browse files
authored
[9.x] Add trashed() method phpDoc for Eloquent factory (#42693)
* [9.0] Add trashed() method phpDoc for Eloquent factory * Update Factory.php
1 parent ad8ace9 commit bc4e5ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Illuminate/Database/Eloquent/Factories/Factory.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919

2020
/**
2121
* @template TModel of \Illuminate\Database\Eloquent\Model
22+
*
23+
* @method $this trashed()
2224
*/
2325
abstract class Factory
2426
{

0 commit comments

Comments
 (0)