Skip to content

Commit

Permalink
remove invalid docblock (laravel#37077)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmajor authored and bert-w committed Apr 29, 2021
1 parent 793d11a commit 4f816bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Illuminate/Database/Eloquent/SoftDeletes.php
Expand Up @@ -6,7 +6,6 @@
* @method static static|\Illuminate\Database\Eloquent\Builder|\Illuminate\Database\Query\Builder withTrashed(bool $withTrashed = true)
* @method static static|\Illuminate\Database\Eloquent\Builder|\Illuminate\Database\Query\Builder onlyTrashed()
* @method static static|\Illuminate\Database\Eloquent\Builder|\Illuminate\Database\Query\Builder withoutTrashed()
* @method static static|\Illuminate\Database\Eloquent\Builder|\Illuminate\Database\Query\Builder restore()
*/
trait SoftDeletes
{
Expand Down

0 comments on commit 4f816bd

Please sign in to comment.