Skip to content

Commit

Permalink
🧑‍💻 Add missing make:queue-batches-table and `make:queue-failed-tab…
Browse files Browse the repository at this point in the history
…le` commands
  • Loading branch information
Log1x committed Jan 26, 2025
1 parent 6f5fd00 commit 472a510
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Roots/Acorn/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ class Kernel extends FoundationConsoleKernel
\Illuminate\Foundation\Console\RouteListCommand::class,
\Illuminate\Foundation\Console\ViewCacheCommand::class,
\Illuminate\Foundation\Console\ViewClearCommand::class,
\Illuminate\Queue\Console\BatchesTableCommand::class,
\Illuminate\Queue\Console\FailedTableCommand::class,
\Illuminate\Queue\Console\TableCommand::class,
\Illuminate\Queue\Console\WorkCommand::class,
\Illuminate\Routing\Console\ControllerMakeCommand::class,
Expand Down

0 comments on commit 472a510

Please sign in to comment.