Skip to content

Commit

Permalink
Import missing class in Slug
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Oct 26, 2023
1 parent 384ccb0 commit d54efb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Fields/Slug.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
use Closure;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\SoftDeletes;
use Illuminate\Http\Request;
use Illuminate\Support\Str;
use Illuminate\Validation\Rule;
Expand Down

0 comments on commit d54efb7

Please sign in to comment.