mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Remove unnecessary variables from route
This commit is contained in:
parent
a814b4e334
commit
a08ec31f2b
1 changed files with 1 additions and 1 deletions
|
|
@ -403,7 +403,7 @@ class Router
|
|||
}
|
||||
else
|
||||
{
|
||||
return $match[0];
|
||||
return '';
|
||||
}
|
||||
}, $route);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue