PATH:
home
/
rwabteecom
/
project_11
/
app
/
Models
/
Editing: Role.php
<?php namespace App\Models; use Spatie\Permission\Models\Role as BaseRole; use Spatie\Translatable\HasTranslations; class Role extends BaseRole { use HasTranslations; public array $translatable = ["title"]; }
SAVE
CANCEL