guarded instead of fillable

This commit is contained in:
Benjamin Takats
2022-12-01 16:01:24 +01:00
parent 4699805e60
commit 470e9c68b8
37 changed files with 120 additions and 197 deletions

View File

@@ -9,8 +9,6 @@ use Laravel\Nova\Fields\BelongsTo;
class Event extends Resource
{
/**
* The model the resource corresponds to.
*
@@ -34,11 +32,6 @@ class Event extends Resource
'id',
];
public static function label()
{
return __('Events');
}
/**
* Get the fields displayed by the resource.
*