Completed
Push — master ( b00ae8...c37779 )
by Jeff
06:25 queued 13s
created
controllers/ScreenTemplateController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use app\models\TemplateBackground;
10 10
 use yii\data\ActiveDataProvider;
11 11
 use yii\helpers\Url;
12
-use yii\web\Controller;
13 12
 use yii\web\NotFoundHttpException;
14 13
 use yii\filters\VerbFilter;
15 14
 use yii\filters\AccessControl;
Please login to merge, or discard this patch.
models/types/HostedVideo.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace app\models\types;
4 4
 
5 5
 use Yii;
6
-use app\models\Content;
7 6
 use yii\web\UploadedFile;
8 7
 use yii\helpers\FileHelper;
9 8
 use YoutubeDl\YoutubeDl;
Please login to merge, or discard this patch.
models/types/Weather.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 app\models\Content;
7
-use yii\helpers\Url;
8 7
 
9 8
 /**
10 9
  * This is the model class for Weather content type.
Please login to merge, or discard this patch.