Skip to content

Commit

Permalink
part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
fiste788 committed Oct 10, 2024
1 parent e8c2d66 commit eee6901
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -313,11 +313,13 @@ public function services(ContainerInterface $container): void
protected function bootstrapCli(): void
{
$this->addOptionalPlugin(BakePlugin::class);
$this->addOptionalPlugin(MigrationsPlugin::class);
$this->addOptionalPlugin(IdeHelperPlugin::class);
$this->addPlugin(CakeSchedulerPlugin::class);
$this->addPlugin(CakePreloaderPlugin::class);

if (Configure::read('debug')) {
$this->addOptionalPlugin(MigrationsPlugin::class);
$this->addOptionalPlugin(IdeHelperPlugin::class);
}
// Load more plugins here
}
}

0 comments on commit eee6901

Please sign in to comment.