Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/Listener/ConfigListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,17 +81,6 @@ public function __construct(ListenerOptions $options = null)
}
}

/**
* __invoke proxy to loadModule for easier attaching
*
* @param ModuleEvent $e
* @return ConfigListener
*/
public function __invoke(ModuleEvent $e)
{
return $this->loadModule($e);
}

/**
* Attach one or more listeners
*
Expand Down

0 comments on commit e109317

Please sign in to comment.