Skip to content

Commit

Permalink
Only listen when needed
Browse files Browse the repository at this point in the history
  • Loading branch information
challgren committed Jan 4, 2019
1 parent 9c40307 commit cf318c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Controller/Component/ImpersonateComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ public function isImpersonated()
public function implementedEvents()
{
$eventMap = [
'Controller.initialize' => 'updateConfig',
'Controller.startup' => 'updateConfig',
];
$events = [];
Expand Down

0 comments on commit cf318c1

Please sign in to comment.