Skip to content

Commit d2b53af

Browse files
author
Maxofil
committed
změna
1 parent 4fa783f commit d2b53af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ObserverComponent/EventMapper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ 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 = true;
14+
private bool $debugMode;
1515

1616
public function __construct(
1717
\Nette\Application\Application $application,
1818
\Nette\Caching\IStorage $storage,
19-
bool $debugMode
19+
bool $debugMode = true
2020
)
2121
{
2222
$this->application = $application;

0 commit comments

Comments
 (0)