Alexey Boroda
/
artbox-weblog
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
59c7b6521a8ec200167ad2ee646c6e3fc9248790
Authored by
Alexey Boroda
2017-05-23 13:52:21 +0300
1 parent
1a879e36
-behaviour added to core
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
models/Article.php
Inline
Side-by-side
models/Article.php
Wrap text
Show/Hide comments
View file @
59c7b65
...
...
@@ -2,7 +2,7 @@
2
2
3
3
namespace artbox\weblog\models;
4
4
5
- use artbox\c
atalog
\behaviors\ManyToManyBehavior;
5
+ use artbox\c
ore
\behaviors\ManyToManyBehavior;
6
6
use artbox\catalog\models\Product;
7
7
use artbox\core\models\Image;
8
8
use yii\behaviors\TimestampBehavior;
...
...