Everything configured to generate routes from CLI

This commit is contained in:
Alejandro Celaya
2016-04-30 17:47:48 +02:00
parent a60a6ccc4d
commit dfdb06d340
7 changed files with 30 additions and 19 deletions

View File

@@ -29,6 +29,4 @@ if (is_file($cachedConfigFile)) {
}
}
// Return an ArrayObject so we can inject the config as a service in Aura.Di
// and still use array checks like ``is_array``.
return new ArrayObject($config, ArrayObject::ARRAY_AS_PROPS);
return $config;