Completed
Push — master ( afc941...8ca3ba )
by
unknown
03:02
created
app/Http/Controllers/Admin/AlbumReviewController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 use WITR\Http\Controllers\Controller;
5 5
 use WITR\AlbumReview;
6 6
 use File;
7
-use Carbon\Carbon;
8 7
 
9 8
 class AlbumReviewController extends Controller {
10 9
 
Please login to merge, or discard this patch.
app/Http/Controllers/Admin/DJController.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -6,12 +6,7 @@
 block discarded – undo
6 6
 use WITR\Http\Controllers\Controller;
7 7
 use WITR\DJ;
8 8
 use WITR\TimeSlot;
9
-use Input;
10 9
 use File;
11
-use Hash;
12
-
13
-use Illuminate\Http\Request;
14
-use Illuminate\Contracts\Auth\PasswordBroker;
15 10
 
16 11
 class DJController extends Controller {
17 12
 
Please login to merge, or discard this patch.
app/Http/Controllers/Admin/EboardController.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,9 +3,6 @@
 block discarded – undo
3 3
 use WITR\Http\Requests\Admin\Eboard as Requests;
4 4
 use WITR\Http\Controllers\Controller;
5 5
 use WITR\Eboard;
6
-use Input;
7
-
8
-use Illuminate\Http\Request;
9 6
 
10 7
 class EboardController extends Controller {
11 8
 
Please login to merge, or discard this patch.
app/Http/Controllers/Admin/EventController.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,11 +4,8 @@
 block discarded – undo
4 4
 use WITR\Http\Controllers\Controller;
5 5
 use WITR\Event;
6 6
 use Carbon\Carbon;
7
-use Input;
8 7
 use File;
9 8
 
10
-use Illuminate\Http\Request;
11
-
12 9
 class EventController extends Controller {
13 10
 
14 11
 	public function __construct()
Please login to merge, or discard this patch.
app/Http/Controllers/Admin/ScheduleController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,10 +1,8 @@
 block discarded – undo
1 1
 <?php namespace WITR\Http\Controllers\Admin;
2 2
 
3
-use WITR\Http\Requests;
4 3
 use WITR\Http\Controllers\Controller;
5 4
 use WITR\Schedule\WeeklySchedule;
6 5
 use WITR\TimeSlot;
7
-
8 6
 use Illuminate\Http\Request;
9 7
 
10 8
 class ScheduleController extends Controller {
Please login to merge, or discard this patch.
app/Http/Controllers/Admin/ShowController.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -3,11 +3,7 @@
 block discarded – undo
3 3
 use WITR\Http\Requests\Admin\Show as Requests;
4 4
 use WITR\Http\Controllers\Controller;
5 5
 use WITR\Show;
6
-use Input;
7 6
 use File;
8
-use Carbon\Carbon;
9
-
10
-use Illuminate\Http\Request;
11 7
 
12 8
 class ShowController extends Controller {
13 9
 
Please login to merge, or discard this patch.
app/Http/Controllers/Admin/SystemSettingController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,9 +1,7 @@
 block discarded – undo
1 1
 <?php namespace WITR\Http\Controllers\Admin;
2 2
 
3
-use WITR\Http\Requests;
4 3
 use WITR\Http\Controllers\Controller;
5 4
 use WITR\SystemSetting;
6
-
7 5
 use Illuminate\Http\Request;
8 6
 
9 7
 class SystemSettingController extends Controller {
Please login to merge, or discard this patch.
app/Http/Controllers/Admin/UserController.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -6,11 +6,7 @@
 block discarded – undo
6 6
 use WITR\Http\Controllers\Controller;
7 7
 use WITR\User;
8 8
 use WITR\Role;
9
-use Input;
10 9
 use File;
11
-use Hash;
12
-
13
-use Illuminate\Http\Request;
14 10
 use Illuminate\Contracts\Auth\PasswordBroker;
15 11
 
16 12
 class UserController extends Controller {
Please login to merge, or discard this patch.
app/Http/Controllers/Admin/VideoController.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,9 +3,6 @@
 block discarded – undo
3 3
 use WITR\Http\Requests\Admin\Video as Requests;
4 4
 use WITR\Http\Controllers\Controller;
5 5
 use WITR\Video;
6
-use Input;
7
-
8
-use Illuminate\Http\Request;
9 6
 
10 7
 class VideoController extends Controller {
11 8
 
Please login to merge, or discard this patch.