Skip to content

Commit aefcc28

Browse files
authored
Install steps realigned
1 parent 218186f commit aefcc28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Commands/InstallCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ public function handle()
3131
{
3232
try {
3333

34-
$this->configureRouteFile();
35-
3634
$this->confirmConfigPublish();
3735

3836
$this->confirmLanguagePublish();
3937

4038
$this->confirmStubsPublish();
39+
40+
$this->configureRouteFile();
4141

4242
$this->components->twoColumnDetail('API Crud Setup Complete.', '<fg=green;options=bold>DONE</>');
4343

0 commit comments

Comments
 (0)