Skip to content

Commit 8d48b3f

Browse files
rekrioslindyhopchris
authored andcommitted
[Bugfix] Fix import statement in soft deletes trait (#433)
1 parent 2663cb0 commit 8d48b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Eloquent/Concerns/SoftDeletesModels.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
use Carbon\Carbon;
2121
use CloudCreativity\LaravelJsonApi\Utils\Str;
2222
use Illuminate\Database\Eloquent\Model;
23-
use Illuminate\Database\Schema\Builder;
23+
use Illuminate\Database\Eloquent\Builder;
2424
use Illuminate\Support\Arr;
2525
use Illuminate\Support\Collection;
2626

0 commit comments

Comments
 (0)