From e41ef8653aa49a007d9313c8c56f6815b8d58f51 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Mon, 25 Jun 2018 16:30:44 +0200 Subject: [PATCH] phinx.php: configfile is just "local.yml" now. --- phinx.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phinx.php b/phinx.php index e0fd89a..cb240e1 100644 --- a/phinx.php +++ b/phinx.php @@ -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' => [