@@ -123,6 +123,9 @@ |
||
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); |
@@ -7,7 +7,6 @@ |
||
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 |