Completed
Pull Request — master (#1302)
by Martin
02:46
created
core/console/commands/CrudController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use yii\helpers\Console;
7 7
 use yii\helpers\Inflector;
8 8
 use yii\db\TableSchema;
9
-use luya\Boot;
10 9
 use luya\helpers\FileHelper;
11 10
 use luya\admin\ngrest\base\NgRestModelInterface;
12 11
 use yii\console\Exception;
Please login to merge, or discard this patch.
core/console/commands/HealthController.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\helpers\FileHelper;
7
-use yii\helpers\Console;
8 7
 use yii\imagine\Image;
9 8
 
10 9
 /**
Please login to merge, or discard this patch.
core/components/Mail.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use luya\Exception;
7 7
 use PHPMailer;
8 8
 use SMTP;
9
-use luya\web\View;
10 9
 use yii\base\Controller;
11 10
 
12 11
 /**
Please login to merge, or discard this patch.