1
0
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:
Awilum
2020-05-23 20:27:17 +03:00
parent 63fb3d13fa
commit 223bd954d6

View File

@@ -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
*/