Skip to content

Commit

Permalink
Update Extension.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bobdenotter authored Sep 16, 2019
1 parent f15927b commit 2fa0ffd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public function initialize(): void
{
$this->registerWidget(new ReferenceWidget());
$this->registerTwigExtension(new Twig());
$this->registerListener('kernel.response', [new EventListener(), 'handleEvent']);

// $this->registerListener('kernel.response', [new EventListener(), 'handleEvent']);
}
}

0 comments on commit 2fa0ffd

Please sign in to comment.