1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-13 16:44:36 +02:00

refactor(core): remove themes from the core #414

This commit is contained in:
Awilum
2020-03-15 11:52:57 +03:00
parent c137257c9b
commit bf4a18fa56

View File

@@ -213,13 +213,6 @@ $flextype['entries'] = static function ($container) {
return new Entries($container);
};
/**
* Add themes service to Flextype container
*/
$flextype['themes'] = static function ($container) use ($flextype, $app) {
return new Themes($flextype, $app);
};
/**
* Add plugins service to Flextype container
*/