Skip to content

Commit

Permalink
Typo fix in models generator
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsam726 committed Aug 11, 2020
1 parent 1559884 commit 3f7212c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/model.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
use Illuminate\Database\Eloquent\Model;
@if($fillable)@foreach($fillable as $fillableColumn)
@endforeach
@endif
@if($searchable)use Laravel\Scout\Searchable;
@endif
@if($hasSoftDelete)use Illuminate\Database\Eloquent\SoftDeletes;
Expand Down

0 comments on commit 3f7212c

Please sign in to comment.