Completed
Push — master ( afc941...8ca3ba )
by
unknown
03:02
created
app/Http/Controllers/DJController.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -1,6 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php namespace WITR\Http\Controllers;
2 2
 
3
-use WITR\Http\Requests;
4 3
 use WITR\Http\Requests\DJ\TicketRequest;
5 4
 use WITR\Http\Controllers\Controller;
6 5
 use WITR\Services\IcecastReader;
@@ -9,8 +8,6 @@  discard block
 block discarded – undo
9 8
 use Illuminate\Contracts\Mail\Mailer;
10 9
 use WITR\SystemSetting;
11 10
 
12
-use Illuminate\Http\Request;
13
-
14 11
 class DJController extends Controller {
15 12
 
16 13
 	public function __construct()
Please login to merge, or discard this patch.
app/Http/Controllers/ShowController.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -1,10 +1,6 @@
 block discarded – undo
1 1
 <?php namespace WITR\Http\Controllers;
2 2
 
3
-use WITR\Http\Requests;
4 3
 use WITR\Http\Controllers\Controller;
5
-
6
-use Illuminate\Http\Request;
7
-
8 4
 use WITR\TimeSlot;
9 5
 use WITR\Schedule\WeeklySchedule;
10 6
 
Please login to merge, or discard this patch.
app/Schedule/ScheduledShow.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -2,10 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace WITR\Schedule;
4 4
 
5
-use WITR\Show;
6
-use WITR\User;
7
-use Carbon\Carbon;
8
-
9 5
 class ScheduledShow
10 6
 {
11 7
 
Please login to merge, or discard this patch.