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:
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user