We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b95ab2d + e07a3ca commit 842fa87Copy full SHA for 842fa87
src/Models/FilamentFormField.php
@@ -5,9 +5,9 @@
5
use Illuminate\Database\Eloquent\Factories\HasFactory;
6
use Illuminate\Database\Eloquent\Model;
7
use Illuminate\Database\Eloquent\Relations\BelongsTo;
8
-use Tapp\FilamentFormBuilder\Enums\FilamentFieldTypeEnum;
9
use Spatie\EloquentSortable\Sortable;
10
use Spatie\EloquentSortable\SortableTrait;
+use Tapp\FilamentFormBuilder\Enums\FilamentFieldTypeEnum;
11
12
class FilamentFormField extends Model implements Sortable
13
{
@@ -19,7 +19,6 @@ class FilamentFormField extends Model implements Sortable
19
'sort_when_creating' => true,
20
];
21
22
-
23
protected $guarded = [];
24
25
protected $casts = [
0 commit comments