Completed
Push — dev ( e9dbc4...ffc4ad )
by Marc
02:23
created
src/Extension/AbstractExtension.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,6 @@
 block discarded – undo
68 68
     }
69 69
 
70 70
     /**
71
-     * @param array $routes
72 71
      */
73 72
     public function isInstalled()
74 73
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,5 @@
 block discarded – undo
1 1
 <?php namespace Mascame\Artificer\Extension;
2 2
 
3
-use App;
4 3
 use Mascame\Artificer\Options\PluginOption;
5 4
 use Mascame\Extender\Manager;
6 5
 
Please login to merge, or discard this patch.
src/Http/Controllers/BaseController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,5 @@
 block discarded – undo
1 1
 <?php namespace Mascame\Artificer\Http\Controllers;
2 2
 
3
-use App;
4
-use Auth;
5 3
 use Input;
6 4
 use Mascame\Artificer\Artificer;
7 5
 use Mascame\Artificer\Fields\FieldWrapper;
Please login to merge, or discard this patch.
src/Http/Controllers/ExtensionController.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
 use App;
4 4
 use Illuminate\Support\Str;
5
-use Mascame\Arrayer\Builder;
6 5
 use Redirect;
7 6
 use View;
8 7
 
Please login to merge, or discard this patch.