mirror of
https://github.com/flextype/flextype.git
synced 2025-08-27 23:09:58 +02:00
feat(core): add new dependencies for Config API #432
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user