There was an error while loading. Please reload this page.
1 parent 207cafd commit 6941dceCopy full SHA for 6941dce
src/Models/Post.php
@@ -80,7 +80,7 @@ class Post extends Model implements HasMedia
80
{
81
use SoftDeletes, InteractsWithMedia, Taggable, HasTrixRichText, Searchable,HasTranslations;
82
83
- public $translatable = ['title','sub_title','body'];
+ public $translatable = ['title','subtitle','body'];
84
85
public function categories()
86
0 commit comments