diff --git a/src/flextype/dependencies.php b/src/flextype/dependencies.php index 32864e89..31d5156a 100644 --- a/src/flextype/dependencies.php +++ b/src/flextype/dependencies.php @@ -113,6 +113,13 @@ $flextype['cache'] = static function ($container) use ($flextype) { return new Cache($flextype); }; +/** + * Add options service to Flextype container + */ +$flextype['config'] = static function ($container) use ($flextype) { + return new Config($flextype); +}; + /** * Add shortcodes service to Flextype container */