Completed
Pull Request — master (#8)
by
unknown
02:06
created
behaviors/PropertySupportBehavior.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,9 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Yii;
6 6
 use yii\base\Behavior;
7
-use yii\base\Event;
8
-use yii\db\ActiveRecord;
9
-use yii\db\AfterSaveEvent;
10 7
 
11 8
 /**
12 9
  * @author Nikolay Traykov
Please login to merge, or discard this patch.
behaviors/TagSupportBehavior.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Yii;
6 6
 use yii\base\Behavior;
7
-use yii\base\Event;
8 7
 use yii\db\ActiveRecord;
9 8
 use yii\db\AfterSaveEvent;
10 9
 
Please login to merge, or discard this patch.