Commit 4d8f82eae3de9a766e6c45198b4bfe985805c531

Authored by Anastasia
1 parent a2b52eb4

bug fix

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
models/Shop.php
... ... @@ -31,6 +31,11 @@
31 31 * @inheritdoc
32 32 */
33 33 public $cities = [];
  34 +
  35 + public function events(){
  36 +
  37 + }
  38 +
34 39 public static function tableName()
35 40 {
36 41 return 'shop';
... ...