diff --git a/flextype/dependencies.php b/flextype/dependencies.php index b48940d7..21909091 100644 --- a/flextype/dependencies.php +++ b/flextype/dependencies.php @@ -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 */