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

@@ -8,8 +8,6 @@ use Laravel\Nova\Fields\Text;
class Participant extends Resource
{
/**
* The model the resource corresponds to.
*
@@ -33,11 +31,6 @@ class Participant extends Resource
'id',
];
public static function label()
{
return __('Participants');
}
/**
* Get the fields displayed by the resource.
*