Skip to content

Commit 03c0525

Browse files
authored
Update SoftDeletes docblock (#37022)
1 parent a3ecf70 commit 03c0525

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Eloquent/SoftDeletes.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
namespace Illuminate\Database\Eloquent;
44

55
/**
6-
* @method static static|\Illuminate\Database\Eloquent\Builder|\Illuminate\Database\Query\Builder withTrashed()
6+
* @method static static|\Illuminate\Database\Eloquent\Builder|\Illuminate\Database\Query\Builder withTrashed(bool $withTrashed = true)
77
* @method static static|\Illuminate\Database\Eloquent\Builder|\Illuminate\Database\Query\Builder onlyTrashed()
88
* @method static static|\Illuminate\Database\Eloquent\Builder|\Illuminate\Database\Query\Builder withoutTrashed()
9+
* @method static static|\Illuminate\Database\Eloquent\Builder|\Illuminate\Database\Query\Builder restore()
910
*/
1011
trait SoftDeletes
1112
{

0 commit comments

Comments
 (0)