mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Using App::uses('CakeLog', 'Log') twice
I think this was accidentally added twice?
This commit is contained in:
parent
86f4690d93
commit
0dca5c8877
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ App::uses('CakeLog', 'Log');
|
||||||
App::uses('Dispatcher', 'Routing');
|
App::uses('Dispatcher', 'Routing');
|
||||||
App::uses('Router', 'Routing');
|
App::uses('Router', 'Routing');
|
||||||
App::uses('Set', 'Utility');
|
App::uses('Set', 'Utility');
|
||||||
App::uses('CakeLog', 'Log');
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Object class provides a few generic methods used in several subclasses.
|
* Object class provides a few generic methods used in several subclasses.
|
||||||
|
|
Loading…
Reference in a new issue