This commit is contained in:
2021-02-20 17:33:28 +08:00
parent 2718381c74
commit ab57da86c0
12 changed files with 22 additions and 25 deletions
+2 -2
View File
@@ -6,9 +6,9 @@ namespace HttpServer\Route;
use Closure;
use HttpServer\Abstracts\HttpService;
use HttpServer\Http\Request;
use Exception;
use HttpServer\Application;
use JetBrains\PhpStorm\Pure;
use ReflectionException;
@@ -24,7 +24,7 @@ use function Input;
* Class Node
* @package Snowflake\Snowflake\Route
*/
class Node extends Application
class Node extends HttpService
{
public string $path = '';