mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +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) {
|
if ($namedConfig['rules'] === false) {
|
||||||
Router::connectNamed(true);
|
Router::connectNamed(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
unset($namedConfig, $params, $indexParams, $prefix, $prefixes, $shortParams, $match,
|
||||||
|
$pluginPattern, $plugins, $key, $value);
|
||||||
|
|
Loading…
Add table
Reference in a new issue