改名
This commit is contained in:
@@ -37,7 +37,7 @@ use Kiri\Kiri;
|
|||||||
{
|
{
|
||||||
// TODO: Implement setHandler() method.
|
// TODO: Implement setHandler() method.
|
||||||
$router = Kiri::app()->getRouter();
|
$router = Kiri::app()->getRouter();
|
||||||
$router->addRoute($this->uri, [di($class::class), $method], $this->method);
|
$router->addRoute($this->uri, [di($class), $method], $this->method);
|
||||||
return $router;
|
return $router;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user