Skip to content

Commit

Permalink
Move up command registration to match display order
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Feb 12, 2023
1 parent f27fc4c commit 0742a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/framework/src/Console/ConsoleServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ public function register(): void
Commands\MakePostCommand::class,

Commands\VendorPublishCommand::class,
Commands\PublishConfigsCommand::class,
Commands\PublishHomepageCommand::class,
Commands\PublishViewsCommand::class,
Commands\PublishConfigsCommand::class,
Commands\PackageDiscoverCommand::class,

Commands\RouteListCommand::class,
Expand Down

0 comments on commit 0742a9e

Please sign in to comment.