Skip to content

Commit 4fa783f

Browse files
author
Maxofil
committed
debugMode set default value to true
1 parent 8344f48 commit 4fa783f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ObserverComponent/EventMapper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ final class EventMapper
1111
private \Nette\Application\Application $application;
1212
private \Nette\Caching\IStorage $storage;
1313
private ?\Nette\Caching\Cache $eventMap = null;
14-
private bool $debugMode;
14+
private bool $debugMode = true;
1515

1616
public function __construct(
1717
\Nette\Application\Application $application,

0 commit comments

Comments
 (0)