mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 00:48:25 +00:00
Removing a var_dump because I'm a muppet.
This commit is contained in:
parent
84414eeb07
commit
478d158133
1 changed files with 0 additions and 1 deletions
|
@ -445,7 +445,6 @@ class Controller extends Object {
|
|||
is_array($this->uses) && !empty($appVars['uses'])
|
||||
) {
|
||||
$this->uses = array_merge($this->uses, array_diff($appVars['uses'], $this->uses));
|
||||
var_dump($this->uses);
|
||||
}
|
||||
$this->_mergeVars($merge, 'AppController', true);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue