remove unused statement
This commit is contained in:
@@ -60,7 +60,6 @@ class ActionEventFactory
|
|||||||
|
|
||||||
public function createActionEvent()
|
public function createActionEvent()
|
||||||
{
|
{
|
||||||
$class = null;
|
|
||||||
if (array_key_exists($this->action, $this->className)) {
|
if (array_key_exists($this->action, $this->className)) {
|
||||||
$class = new \ReflectionClass($this->className[$this->action]);
|
$class = new \ReflectionClass($this->className[$this->action]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user