chg: added debug in App
parent
8e2718a0ae
commit
0fda818482
|
@ -62,6 +62,7 @@ class Application extends BaseApplication implements AuthenticationServiceProvid
|
||||||
* Debug Kit should not be installed on a production system
|
* Debug Kit should not be installed on a production system
|
||||||
*/
|
*/
|
||||||
if (Configure::read('debug')) {
|
if (Configure::read('debug')) {
|
||||||
|
Configure::write('DebugKit.forceEnable', true);
|
||||||
$this->addPlugin('DebugKit');
|
$this->addPlugin('DebugKit');
|
||||||
}
|
}
|
||||||
$this->addPlugin('Authentication');
|
$this->addPlugin('Authentication');
|
||||||
|
|
Loading…
Reference in New Issue