eee
This commit is contained in:
@@ -79,7 +79,7 @@ class ControllerInterpreter
|
||||
$reflectionMethod = $reflectionClass->getMethod($reflectionMethod);
|
||||
}
|
||||
|
||||
return new Handler([$class, $reflectionMethod->getName()], $reflectionMethod);
|
||||
return new Handler([$class::class, $reflectionMethod->getName()], $reflectionMethod);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user