Remove open time from translatable
This commit is contained in:
parent
0e9fad91cc
commit
7ef34e8fd4
|
|
@ -47,7 +47,7 @@ class Shop extends Model
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
|
||||||
public $translatable = ['name','description','open_time'];
|
public $translatable = ['name','description'];
|
||||||
|
|
||||||
public function getCategoryFieldAttribute() {
|
public function getCategoryFieldAttribute() {
|
||||||
return $this->category->name;
|
return $this->category->name;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue