mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 12:13:13 +08:00
Everything configured to generate routes from CLI
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user