Skip to content

Commit 8638ab1

Browse files
authored
remove invalid docblock (#37077)
1 parent cd561a0 commit 8638ab1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Eloquent/SoftDeletes.php

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
* @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()
109
*/
1110
trait SoftDeletes
1211
{

0 commit comments

Comments
 (0)