diff --git a/phpcs.xml.dist b/phpcs.xml.dist index ba1c395..3e038e9 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -18,8 +18,9 @@ + - flight + src tests diff --git a/src/Engine.php b/src/Engine.php index a74a21d..2086b69 100644 --- a/src/Engine.php +++ b/src/Engine.php @@ -413,16 +413,6 @@ class Engine unset($this->vars[$key]); } - /** - * Adds a path for class autoloading. - * - * @param string $dir Directory path - */ - public function path(string $dir): void - { - $this->loader->addDirectory($dir); - } - /** * Processes each routes middleware. *