Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Felice Ostuni committed Jun 12, 2024
1 parent 89a0671 commit 223b907
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/RapydServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
use Zofe\Rapyd\Breadcrumbs\BreadcrumbsServiceProvider;
use Zofe\Rapyd\Commands\RapydMakeCommand;
use Zofe\Rapyd\Commands\RapydMakeEditCommand;
use Zofe\Rapyd\Commands\RapydMakeHomeCommand;
use Zofe\Rapyd\Commands\RapydMakeLayoutCommand;
use Zofe\Rapyd\Commands\RapydMakeTableCommand;
use Zofe\Rapyd\Commands\RapydMakeViewCommand;
Expand All @@ -35,6 +36,7 @@ public function boot()
$this->commands([
RapydMakeCommand::class,
RapydMakeLayoutCommand::class,
RapydMakeHomeCommand::class,
RapydMakeTableCommand::class,
RapydMakeViewCommand::class,
RapydMakeEditCommand::class,
Expand Down

0 comments on commit 223b907

Please sign in to comment.