Remove open time from translatable

This commit is contained in:
Amanmyrat 2023-08-12 11:14:00 +05:00
parent 0e9fad91cc
commit 7ef34e8fd4
1 changed files with 1 additions and 1 deletions

View File

@ -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;