mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
Cleaning up after route connection.
This commit is contained in:
parent
2b7888ec47
commit
c35d52eba0
1 changed files with 3 additions and 0 deletions
|
@ -81,3 +81,6 @@
|
|||
if ($namedConfig['rules'] === false) {
|
||||
Router::connectNamed(true);
|
||||
}
|
||||
|
||||
unset($namedConfig, $params, $indexParams, $prefix, $prefixes, $shortParams, $match,
|
||||
$pluginPattern, $plugins, $key, $value);
|
||||
|
|
Loading…
Add table
Reference in a new issue