Skip to content

Commit 1c4937f

Browse files
authored
Fixes wrong @mixin (#54140)
1 parent 6a3145c commit 1c4937f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Illuminate/Database/Eloquent/SoftDeletes.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
* @method static \Illuminate\Database\Eloquent\Builder<static> withoutTrashed()
1212
* @method static static restoreOrCreate(array<string, mixed> $attributes = [], array<string, mixed> $values = [])
1313
* @method static static createOrRestore(array<string, mixed> $attributes = [], array<string, mixed> $values = [])
14-
*
15-
* @mixin \Illuminate\Database\Eloquent\Model
1614
*/
1715
trait SoftDeletes
1816
{

0 commit comments

Comments
 (0)