Commit 59c7b6521a8ec200167ad2ee646c6e3fc9248790

Authored by Alexey Boroda
1 parent 1a879e36

-behaviour added to core

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
models/Article.php
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 2
3 namespace artbox\weblog\models; 3 namespace artbox\weblog\models;
4 4
5 - use artbox\catalog\behaviors\ManyToManyBehavior; 5 + use artbox\core\behaviors\ManyToManyBehavior;
6 use artbox\catalog\models\Product; 6 use artbox\catalog\models\Product;
7 use artbox\core\models\Image; 7 use artbox\core\models\Image;
8 use yii\behaviors\TimestampBehavior; 8 use yii\behaviors\TimestampBehavior;