Skip to content

Commit

Permalink
Fixed missing use declaration (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbig authored Mar 7, 2022
1 parent 324fd57 commit 66b0276
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Eloquent/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
use Illuminate\Contracts\Support\Arrayable;
use Illuminate\Contracts\Support\Jsonable;
use Illuminate\Database\ConnectionResolverInterface as Resolver;
use Illuminate\Database\Eloquent\MassAssignmentException;
use Illuminate\Support\Arr;
use Illuminate\Support\Str;

Expand Down

0 comments on commit 66b0276

Please sign in to comment.