mirror of
https://github.com/brmlab/brmsklad.git
synced 2025-08-05 23:53:38 +02:00
Upgrade CakePHP from 2.2.5 to 2.9.5
This commit is contained in:
parent
5a580df460
commit
235a541597
793 changed files with 60746 additions and 23753 deletions
13
lib/Cake/Test/test_app/Controller/TestConfigsController.php
Normal file
13
lib/Cake/Test/test_app/Controller/TestConfigsController.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
App::uses('CakeErrorController', 'Controller');
|
||||
|
||||
class TestConfigsController extends CakeErrorController {
|
||||
|
||||
public $components = array(
|
||||
'RequestHandler' => array(
|
||||
'some' => 'config'
|
||||
)
|
||||
);
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue