Completed
Push — master ( 8354e3...c94616 )
by zacksleo
06:12
created
tests/mail/layouts/text.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use yii\helpers\Html;
4
-
5 3
 /** @var \yii\web\View $this view component instance */
6 4
 /** @var \yii\mail\MessageInterface $message the message being composed */
7 5
 /** @var string $content main view render result */
Please login to merge, or discard this patch.
src/views/my/layouts.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use yii\helpers\Html;
4 3
 use yii\helpers\Url;
5 4
 use zacksleo\yii2\metronic\bundles\pages\ProfileAsset;
6 5
 
Please login to merge, or discard this patch.
src/models/Admin.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace zacksleo\yii2\backend\models;
4 4
 
5
-use yii;
6 5
 use yii\base\NotSupportedException;
7 6
 use yii\db\ActiveRecord;
8 7
 use yii\web\IdentityInterface;
Please login to merge, or discard this patch.