modify
This commit is contained in:
@@ -32,7 +32,7 @@ class Dispatch
|
||||
* @throws NotFindClassException
|
||||
* @throws ReflectionException
|
||||
*/
|
||||
public static function create($handler, $request): static
|
||||
public static function create($handler): static
|
||||
{
|
||||
$class = new static();
|
||||
$class->handler = $handler;
|
||||
|
||||
Reference in New Issue
Block a user