Skip to content

Commit

Permalink
Document registration logic
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Dec 2, 2023
1 parent 5bb06c4 commit b8c75bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ public function register(): void
*/
public function boot(): void
{
// We need to register the PharServeCommand command here,
// since we are overriding the default serve command in
// when the default Hyde service provider registers.

$this->commands([
\App\Commands\PharServeCommand::class,
]);
Expand Down

0 comments on commit b8c75bb

Please sign in to comment.