You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.
Hi, I have a problem with creating translatable field. I have spatie/laravel-translatable so my model looks like this however i am not able to show any of these fields as translatable...what can be wrong
`use Spatie\Translatable\HasTranslations;
class Manufacturer extends Model
{
use HasTranslations;
Hi, I have a problem with creating translatable field. I have spatie/laravel-translatable so my model looks like this however i am not able to show any of these fields as translatable...what can be wrong
`use Spatie\Translatable\HasTranslations;
class Manufacturer extends Model
{
use HasTranslations;
`
The text was updated successfully, but these errors were encountered: