diff --git a/plugins/tps/shops/models/Shop.php b/plugins/tps/shops/models/Shop.php index 22250ab..e06358f 100755 --- a/plugins/tps/shops/models/Shop.php +++ b/plugins/tps/shops/models/Shop.php @@ -47,7 +47,7 @@ class Shop extends Model ] ]; - public $translatable = ['name','description','open_time']; + public $translatable = ['name','description']; public function getCategoryFieldAttribute() { return $this->category->name;