phinx.php: configfile is just "local.yml" now.
This commit is contained in:
parent
5e85f63d37
commit
e41ef8653a
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ require_once 'vendor/autoload.php';
|
|||
|
||||
use Phalcon\Config\Adapter\Yaml as Config;
|
||||
|
||||
$config = new Config('app/config/conf.local.yml');
|
||||
$config = new Config('app/config/local.yml');
|
||||
|
||||
$phinx = [
|
||||
'paths' => [
|
||||
|
|
|
|||
Reference in a new issue