Skip to content

Commit

Permalink
remove invalid docblock (#37077)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmajor committed Apr 21, 2021
1 parent 68a269a commit 597f5ab
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 597f5ab

Please sign in to comment.