The trait Backpack\CRUD\app\Models\Traits\CrudTrait requires some properties which are not provided by App\Models\Skills\SkillScale: $fakeColumns, $identifiableAttribute, $Type
Loading history...
15
use HasTranslations;
16
17
protected $guarded = ['id'];
18
19
public array $translatable = ['shortname', 'name'];