This commit is contained in:
William 2023-01-27 13:09:47 +00:00
parent 3dfee69beb
commit 195d72b0f3
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ abstract class Route {
)
);
}
$path_parts = explode('/', $path);
$callback_args = [];
for ($i=0; $i < count($path_parts); $i++) {