Added unit tests for middleware
This commit is contained in:
@@ -94,7 +94,7 @@ class Helper
|
||||
{
|
||||
$container = $this->container;
|
||||
|
||||
$this->helpers[$property] = function() use($className, $container) {
|
||||
$this->helpers[$property] = function() use ($className, $container) {
|
||||
return new $className($container);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user