Skip to content

Commit

Permalink
Fixes wrong @mixin (#54140)
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro authored Jan 9, 2025
1 parent 6a3145c commit 1c4937f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Illuminate/Database/Eloquent/SoftDeletes.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
* @method static \Illuminate\Database\Eloquent\Builder<static> withoutTrashed()
* @method static static restoreOrCreate(array<string, mixed> $attributes = [], array<string, mixed> $values = [])
* @method static static createOrRestore(array<string, mixed> $attributes = [], array<string, mixed> $values = [])
*
* @mixin \Illuminate\Database\Eloquent\Model
*/
trait SoftDeletes
{
Expand Down

0 comments on commit 1c4937f

Please sign in to comment.