diff --git a/app/config/bootstrap/cache.php b/app/config/bootstrap/cache.php index c6387b16..3a527a8a 100644 --- a/app/config/bootstrap/cache.php +++ b/app/config/bootstrap/cache.php @@ -78,7 +78,7 @@ }); Dispatcher::applyFilter('run', function($self, $params, $chain) { - foreach (Connections::get() as $name) { + foreach (Connections::get(null, array('autoCreate' => false)) as $name) { if (!(($connection = Connections::get($name)) instanceof Database)) { continue; }