Skip to content

Commit 6941dce

Browse files
committed
fixed bug subtitle
1 parent 207cafd commit 6941dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/Post.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class Post extends Model implements HasMedia
8080
{
8181
use SoftDeletes, InteractsWithMedia, Taggable, HasTrixRichText, Searchable,HasTranslations;
8282

83-
public $translatable = ['title','sub_title','body'];
83+
public $translatable = ['title','subtitle','body'];
8484

8585
public function categories()
8686
{

0 commit comments

Comments
 (0)