From 4d8f82eae3de9a766e6c45198b4bfe985805c531 Mon Sep 17 00:00:00 2001 From: stes Date: Thu, 7 Sep 2017 13:00:09 +0300 Subject: [PATCH] bug fix --- models/Shop.php | 5 +++++ 1 file changed, 5 insertions(+), 0 deletions(-) diff --git a/models/Shop.php b/models/Shop.php index 3575b89..2307d1a 100644 --- a/models/Shop.php +++ b/models/Shop.php @@ -31,6 +31,11 @@ * @inheritdoc */ public $cities = []; + + public function events(){ + + } + public static function tableName() { return 'shop'; -- libgit2 0.21.4