Anastasia
/
artbox-stock
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
4d8f82eae3de9a766e6c45198b4bfe985805c531
Authored by
Anastasia
2017-09-07 13:00:09 +0300
1 parent
a2b52eb4
bug fix
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
models/Shop.php
Inline
Side-by-side
models/Shop.php
Wrap text
Show/Hide comments
View file @
4d8f82e
...
...
@@ -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';
...
...