Completed
Push — dev ( f9231c...c21f59 )
by Marc
02:46
created
src/Http/Controllers/BaseController.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -1,10 +1,7 @@
 block discarded – undo
1 1
 <?php namespace Mascame\Artificer\Http\Controllers;
2 2
 
3
-use App;
4
-use Auth;
5 3
 use Illuminate\Support\Facades\Input;
6 4
 use Mascame\Artificer\Artificer;
7
-use Mascame\Artificer\Fields\FieldWrapper;
8 5
 use Mascame\Artificer\Model\Model;
9 6
 use View;
10 7
 use Illuminate\Routing\Controller as Controller;
Please login to merge, or discard this patch.