Completed
Push — master ( d64bdd...237512 )
by wen
13:09
created
src/Console/ComponentMakeCommand.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -123,6 +123,9 @@
 block discarded – undo
123 123
         );
124 124
     }
125 125
 
126
+    /**
127
+     * @param string $model
128
+     */
126 129
     protected function getViewColumns($model)
127 130
     {
128 131
         $columns = $this->getTableColumns($model);
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use Illuminate\Database\Eloquent\Model;
8 8
 use Illuminate\Support\Str;
9 9
 use InvalidArgumentException;
10
-use Sco\Admin\Facades\AdminElement;
11 10
 use Symfony\Component\Console\Input\InputOption;
12 11
 
13 12
 class ComponentMakeCommand extends GeneratorCommand
Please login to merge, or discard this patch.