diff --git a/http-helper/Route/Router.php b/http-helper/Route/Router.php index 85c67e9f..686fdd13 100644 --- a/http-helper/Route/Router.php +++ b/http-helper/Route/Router.php @@ -620,6 +620,7 @@ class Router extends HttpService implements RouterInterface try { $router = $this; include_once "{$files}"; + var_dump($files); } catch (\Throwable $exception) { $this->addError($exception, 'throwable'); } finally {