We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa783f commit d2b53afCopy full SHA for d2b53af
src/ObserverComponent/EventMapper.php
@@ -11,12 +11,12 @@ final class EventMapper
11
private \Nette\Application\Application $application;
12
private \Nette\Caching\IStorage $storage;
13
private ?\Nette\Caching\Cache $eventMap = null;
14
- private bool $debugMode = true;
+ private bool $debugMode;
15
16
public function __construct(
17
\Nette\Application\Application $application,
18
\Nette\Caching\IStorage $storage,
19
- bool $debugMode
+ bool $debugMode = true
20
)
21
{
22
$this->application = $application;
0 commit comments