From 7ef34e8fd43aee7efc70dd5adb540598e9c6672d Mon Sep 17 00:00:00 2001 From: Amanmyrat Date: Sat, 12 Aug 2023 11:14:00 +0500 Subject: [PATCH] Remove open time from translatable --- plugins/tps/shops/models/Shop.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;