mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
reset objects when using App::build() with App::RESET
This commit is contained in:
parent
a2f725ff76
commit
37fcfb9c86
1 changed files with 1 additions and 0 deletions
|
@ -326,6 +326,7 @@ class App {
|
|||
$type = self::$legacy[$type];
|
||||
}
|
||||
self::$__packages[$type] = (array)$new;
|
||||
self::objects($type, null, false);
|
||||
}
|
||||
return $paths;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue