PATH:
home
/
rwabteecom
/
project_11
/
app
/
Models
/
Editing: Feature.php
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; use Spatie\Translatable\HasTranslations; class Feature extends BaseModel { use HasTranslations; public array $translatable = [ "title", ]; }
SAVE
CANCEL