Skip to content

Commit

Permalink
enable model:prune console command
Browse files Browse the repository at this point in the history
  • Loading branch information
mjauvin committed Dec 4, 2024
1 parent 51b197d commit 0676dcb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/system/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,8 @@ protected function registerConsole()
$this->registerConsoleCommand('create.settings', \System\Console\CreateSettings::class);
$this->registerConsoleCommand('create.test', \System\Console\CreateTest::class);

$this->registerConsoleCommand('model.prune', Console\PruneCommand::class);

$this->registerConsoleCommand('winter.up', \System\Console\WinterUp::class);
$this->registerConsoleCommand('winter.down', \System\Console\WinterDown::class);
$this->registerConsoleCommand('winter.update', \System\Console\WinterUpdate::class);
Expand Down

0 comments on commit 0676dcb

Please sign in to comment.