This commit is contained in:
as2252258@163.com
2021-04-21 01:49:17 +08:00
parent e48c76e95d
commit 1ee39fee64
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -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;