Remove unnecessary variables from route

This commit is contained in:
Kijin Sung 2020-06-17 12:37:19 +09:00
parent a814b4e334
commit a08ec31f2b

View file

@ -403,7 +403,7 @@ class Router
}
else
{
return $match[0];
return '';
}
}, $route);