remove app/config/config.php
This commit is contained in:
parent
d490e928d9
commit
3ebd19a8cf
1 changed files with 0 additions and 15 deletions
|
|
@ -1,15 +0,0 @@
|
|||
<?php
|
||||
|
||||
use Phalcon\Config\Adapter\Yaml as Config;
|
||||
|
||||
$config = new Config(APP_PATH . '/app/config/conf.app.yml');
|
||||
|
||||
try {
|
||||
$local = new Config(APP_PATH . '/app/config/conf.local.yml');
|
||||
|
||||
$config->merge($local);
|
||||
} catch(Phalcon\Config\Exception $e) {
|
||||
// Sometime went wrong.
|
||||
}
|
||||
|
||||
return $config;
|
||||
Reference in a new issue