Skip to content

Commit

Permalink
πŸ§‘β€πŸ’» enable make:seeder command (#378)
Browse files Browse the repository at this point in the history
Co-authored-by: QWp6t <QWp6t@users.noreply.github.com>
  • Loading branch information
trajche and QWp6t committed May 29, 2024
1 parent d945766 commit 0fb2ff1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Roots/Acorn/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class Kernel extends FoundationConsoleKernel
\Illuminate\Cache\Console\ForgetCommand::class,
\Illuminate\Database\Console\DbCommand::class,
\Illuminate\Database\Console\Seeds\SeedCommand::class,
\Illuminate\Database\Console\Seeds\SeederMakeCommand::class,
\Illuminate\Database\Console\TableCommand::class,
\Illuminate\Database\Console\WipeCommand::class,
\Illuminate\Foundation\Console\ClearCompiledCommand::class,
Expand Down

0 comments on commit 0fb2ff1

Please sign in to comment.