From bf4a18fa56ca6a4d32a52a55df92912d11afaa6e Mon Sep 17 00:00:00 2001 From: Awilum Date: Sun, 15 Mar 2020 11:52:57 +0300 Subject: [PATCH] refactor(core): remove themes from the core #414 --- flextype/dependencies.php | 7 ------- 1 file changed, 7 deletions(-) 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 */