@@ -58,7 +58,7 @@ |
||
| 58 | 58 | /** |
| 59 | 59 | * Execute the console command. |
| 60 | 60 | * |
| 61 | - * @return mixed |
|
| 61 | + * @return boolean |
|
| 62 | 62 | */ |
| 63 | 63 | public function handle() |
| 64 | 64 | { |
@@ -1,11 +1,11 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -use Lanin\Laravel\SetupWizard\Commands\Steps\DotEnv; |
|
| 4 | 3 | use Lanin\Laravel\SetupWizard\Commands\Steps\CreateDatabase; |
| 5 | -use Lanin\Laravel\SetupWizard\Commands\Steps\Migrate; |
|
| 6 | -use Lanin\Laravel\SetupWizard\Commands\Steps\Seed; |
|
| 7 | 4 | use Lanin\Laravel\SetupWizard\Commands\Steps\CreateUser; |
| 5 | +use Lanin\Laravel\SetupWizard\Commands\Steps\DotEnv; |
|
| 6 | +use Lanin\Laravel\SetupWizard\Commands\Steps\Migrate; |
|
| 8 | 7 | use Lanin\Laravel\SetupWizard\Commands\Steps\Optimize; |
| 8 | +use Lanin\Laravel\SetupWizard\Commands\Steps\Seed; |
|
| 9 | 9 | |
| 10 | 10 | return [ |
| 11 | 11 | // Setup title. Shown in the beginning of setup. |