Skip to content

Commit

Permalink
Update Application.php
Browse files Browse the repository at this point in the history
add cakepreloader
  • Loading branch information
fiste788 committed Mar 27, 2024
1 parent 6648144 commit 4cd2e9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
use Cake\Routing\Middleware\RoutingMiddleware;
use Cake\Routing\Router;
use CakeScheduler\CakeSchedulerPlugin;
//use CakePreloader\Plugin as CakePreloaderPlugin;
use CakePreloader\Plugin as CakePreloaderPlugin;
use Crud\CrudPlugin;
//use DatabaseBackup\Plugin as DatabaseBackupPlugin;
use IdeHelper\IdeHelperPlugin;
Expand Down Expand Up @@ -317,6 +317,7 @@ protected function bootstrapCli(): void
$this->addPlugin(MigrationsPlugin::class);
$this->addPlugin(IdeHelperPlugin::class);
$this->addPlugin(CakeSchedulerPlugin::class);
$this->addPlugin(CakePreloaderPlugin::class);

// Load more plugins here
}
Expand Down

0 comments on commit 4cd2e9e

Please sign in to comment.