Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
cnizzardini committed Sep 29, 2023
1 parent edbb6c9 commit e28ebe2
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,19 @@
class Plugin extends BasePlugin
{
/**
* @var bool
* @inheritDoc
*/
protected ?string $name = 'CakePreloader';

/**
* @inheritDoc
*/
protected bool $routes = false;
protected bool $routesEnabled = false;

/**
* @var bool
* @inheritDoc
*/
protected bool $middleware = false;
protected bool $middlewareEnabled = false;

/**
* @param \Cake\Core\PluginApplicationInterface<\Cake\Core\Plugin> $app PluginApplicationInterface
Expand Down

0 comments on commit e28ebe2

Please sign in to comment.