|
...
|
...
|
@@ -11,7 +11,7 @@ if (!function_exists('closure')) { |
|
|
|
return function () use ($class, $method) {
|
|
|
|
$handler = new $class;
|
|
|
|
|
|
|
|
return call_user_func_array([$handler, $method], ...func_get_args());
|
|
|
|
return call_user_func_array([$handler, $method], func_get_args());
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|