Commit 4d8f82eae3de9a766e6c45198b4bfe985805c531
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,6 +31,11 @@ | ||
| 31 | * @inheritdoc | 31 | * @inheritdoc |
| 32 | */ | 32 | */ |
| 33 | public $cities = []; | 33 | public $cities = []; |
| 34 | + | ||
| 35 | + public function events(){ | ||
| 36 | + | ||
| 37 | + } | ||
| 38 | + | ||
| 34 | public static function tableName() | 39 | public static function tableName() |
| 35 | { | 40 | { |
| 36 | return 'shop'; | 41 | return 'shop'; |