Property | Type | Description | |
---|---|---|---|
$fillable | array | Add your translated attributes here if you want fill them with mass assignment. | |
$localeKey | string | Defaults to 'locale'. | |
$table | |||
$translatedAttributes | array | Array with the fields translated in the Translation table. | |
$translationForeignKey | Foreign key for the translation relationship | ||
$translationModel | The convention would be Dimsav\Translatable\Test\Model\CountryStrictTranslation. |
Property | Type | Description | |
---|---|---|---|
$softDelete |
public array $fillable | ||
return | array |
public array $translatedAttributes | ||
return | array |
public $translationForeignKey |