@@ -76,10 +76,10 @@ |
||
76 | 76 | } |
77 | 77 | |
78 | 78 | /** |
79 | - * Get module type . |
|
80 | - * |
|
81 | - * @return string |
|
82 | - */ |
|
79 | + * Get module type . |
|
80 | + * |
|
81 | + * @return string |
|
82 | + */ |
|
83 | 83 | private function getModuleType() |
84 | 84 | { |
85 | 85 | $isPlain = $this->option('plain'); |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Nwidart\Modules\Laravel; |
4 | 4 | |
5 | 5 | use Illuminate\Contracts\Filesystem\FileNotFoundException; |
6 | -use Illuminate\Database\Eloquent\Builder; |
|
7 | 6 | use Illuminate\Support\Facades\Schema; |
8 | 7 | use Illuminate\Support\Str; |
9 | 8 | use Nwidart\Modules\Collection; |