Completed
Push — dev ( 17f62c )
by Marc
09:19
created
src/Http/Controllers/BaseController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php namespace Mascame\Artificer\Http\Controllers;
2 2
 
3 3
 use App;
4
-use Auth;
5 4
 use Input;
6 5
 use Mascame\Artificer\Fields\Field;
7 6
 use Mascame\Artificer\Model\Model;
Please login to merge, or discard this patch.
src/Http/Controllers/BaseModelController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
3 3
 use App;
4 4
 use Auth;
5 5
 use File;
6
-use Illuminate\Routing\Redirector;
7
-use Illuminate\Routing\Router;
8 6
 use Input;
9 7
 use Mascame\Artificer\Fields\FieldFactory;
10 8
 use Mascame\Artificer\Permit\ModelPermit;
Please login to merge, or discard this patch.
src/Http/Controllers/ModelController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php namespace Mascame\Artificer\Http\Controllers;
2 2
 
3 3
 use Event;
4
-use Illuminate\Database\Eloquent\Collection;
5 4
 use Input;
6 5
 use Mascame\Artificer\Options\AdminOption;
7 6
 use Redirect;
Please login to merge, or discard this patch.
src/Http/Controllers/PluginController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,8 +1,6 @@
 block discarded – undo
1 1
 <?php namespace Mascame\Artificer\Http\Controllers;
2 2
 
3 3
 use App;
4
-use Mascame\Arrayer\Builder;
5
-use Mascame\Artificer\Options\AdminOption;
6 4
 use Redirect;
7 5
 use View;
8 6
 
Please login to merge, or discard this patch.
src/Fields/Types/Email.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 Mascame\Artificer\Fields\Types;
2 2
 
3 3
 use Form;
4
-use HTML;
5 4
 use Input;
6
-use Mascame\Formality\Type\Type;
7 5
 
8 6
 class Email extends \Mascame\Formality\Types\Email
9 7
 {
Please login to merge, or discard this patch.