remove unused statement

This commit is contained in:
Manuel Raynaud
2013-05-22 10:05:28 +02:00
parent cb2308a9aa
commit 96c6e08126

View File

@@ -60,7 +60,6 @@ class ActionEventFactory
public function createActionEvent()
{
$class = null;
if (array_key_exists($this->action, $this->className)) {
$class = new \ReflectionClass($this->className[$this->action]);