Skip to content

Commit 842fa87

Browse files
author
John Wesely
committed
Merge branch 'main' of github.com:TappNetwork/Filament-Form-Builder
2 parents b95ab2d + e07a3ca commit 842fa87

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Models/FilamentFormField.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
use Illuminate\Database\Eloquent\Factories\HasFactory;
66
use Illuminate\Database\Eloquent\Model;
77
use Illuminate\Database\Eloquent\Relations\BelongsTo;
8-
use Tapp\FilamentFormBuilder\Enums\FilamentFieldTypeEnum;
98
use Spatie\EloquentSortable\Sortable;
109
use Spatie\EloquentSortable\SortableTrait;
10+
use Tapp\FilamentFormBuilder\Enums\FilamentFieldTypeEnum;
1111

1212
class FilamentFormField extends Model implements Sortable
1313
{
@@ -19,7 +19,6 @@ class FilamentFormField extends Model implements Sortable
1919
'sort_when_creating' => true,
2020
];
2121

22-
2322
protected $guarded = [];
2423

2524
protected $casts = [

0 commit comments

Comments
 (0)