Test Setup Failed
Push — master ( 18aad0...79eeb7 )
by Marcel
05:40
created
app/Http/Controllers/HomeController.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,9 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace App\Http\Controllers;
4 4
 
5
-use App\User;
6
-use Illuminate\Http\Request;
7
-
8 5
 class HomeController extends Controller
9 6
 {
10 7
     /**
Please login to merge, or discard this patch.
app/Http/Controllers/IndexController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 use App\Models\News;
11 11
 use App\Models\Shoutbox;
12 12
 use Carbon\Carbon;
13
-use Illuminate\Http\Request;
14 13
 
15 14
 class IndexController extends Controller
16 15
 {
Please login to merge, or discard this patch.
app/Http/Controllers/MissingController.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\Http\Controllers;
4 4
 
5 5
 use App\Helpers\DatabaseHelper;
6
-use Illuminate\Http\Request;
7 6
 
8 7
 class MissingController extends Controller
9 8
 {
Please login to merge, or discard this patch.
app/Http/Controllers/MsgBoxController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
3 3
 namespace App\Http\Controllers;
4 4
 
5 5
 use App\Helpers\DatabaseHelper;
6
-use Illuminate\Http\Request;
7
-use Symfony\Component\VarDumper\Cloner\Data;
8 6
 
9 7
 class MsgBoxController extends Controller
10 8
 {
Please login to merge, or discard this patch.
app/Http/Controllers/NewsController.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 App\Http\Controllers;
4 4
 
5
-use App\Models\Comment;
6 5
 use App\Models\News;
7 6
 use App\Models\UserSetting;
8 7
 use Illuminate\Http\Request;
Please login to merge, or discard this patch.
app/Http/Controllers/ResourceController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use Carbon\Carbon;
8 8
 use GrahamCampbell\Markdown\Facades\Markdown;
9 9
 use Illuminate\Http\Request;
10
-use Illuminate\Support\Facades\Redirect;
11 10
 
12 11
 class ResourceController extends Controller
13 12
 {
Please login to merge, or discard this patch.
app/Http/Controllers/ScreenshotController.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 App\Events\Obyx;
6 6
 use App\Models\Screenshot;
7
-use Carbon\Carbon;
8 7
 use Illuminate\Http\Request;
9 8
 use Intervention\Image\Facades\Image;
10 9
 use Illuminate\Http\UploadedFile;
Please login to merge, or discard this patch.
app/Http/Controllers/SubmitController.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -4,12 +4,8 @@
 block discarded – undo
4 4
 
5 5
 use App\Events\Obyx;
6 6
 use App\Models\Logo;
7
-use App\Models\User;
8 7
 use Illuminate\Http\Request;
9
-use Illuminate\Support\Facades\Input;
10 8
 use Illuminate\Support\Facades\Storage;
11
-use Illuminate\Support\Facades\File;
12
-use Illuminate\Http\Response;
13 9
 use Illuminate\Http\UploadedFile;
14 10
 
15 11
 class SubmitController extends Controller
Please login to merge, or discard this patch.
app/Http/Controllers/TaggingController.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 App\Models\Tag;
6 6
 use App\Models\TagRelation;
7
-use Carbon\Carbon;
8 7
 use Illuminate\Http\Request;
9 8
 
10 9
 class TaggingController extends Controller
Please login to merge, or discard this patch.