Archived
1
0
Fork 0

phinx.php: configfile is just "local.yml" now.

This commit is contained in:
Henrik Hautakoski 2018-06-25 16:30:44 +02:00
parent 5e85f63d37
commit e41ef8653a
No known key found for this signature in database
GPG key ID: 839F3A7EAFAEAFAA

View file

@ -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' => [