改名
This commit is contained in:
@@ -60,7 +60,9 @@ class Middleware
|
||||
$this->set_attributes($node);
|
||||
}
|
||||
return $node->callback = Reduce::reduce(function () use ($node) {
|
||||
var_dump($node->handler);
|
||||
if (!request()->isOption) {
|
||||
var_dump($node);
|
||||
}
|
||||
return Dispatch::create($node->handler, func_get_args())->dispatch();
|
||||
}, $this->annotation($node));
|
||||
} catch (\Throwable $exception) {
|
||||
|
||||
Reference in New Issue
Block a user