From 02026fe3a644bddff2836be1202dfb9288ae3f2a Mon Sep 17 00:00:00 2001 From: Egidio Corica Date: Wed, 1 Sep 2021 12:14:58 +0200 Subject: [PATCH] Remove Sidebar service --- inc/Framework.php | 1 - inc/Services/Sidebar.php | 36 ------------------------------------ 2 files changed, 37 deletions(-) delete mode 100644 inc/Services/Sidebar.php diff --git a/inc/Framework.php b/inc/Framework.php index 376d79f7..21822d8e 100644 --- a/inc/Framework.php +++ b/inc/Framework.php @@ -37,7 +37,6 @@ class Framework { Editor_Patterns::class, Svg::class, Acf::class, - Sidebar::class, Menu::class, // Services as Tools diff --git a/inc/Services/Sidebar.php b/inc/Services/Sidebar.php deleted file mode 100644 index 2f8ffa87..00000000 --- a/inc/Services/Sidebar.php +++ /dev/null @@ -1,36 +0,0 @@ -register_sidebars(); - } - - /** - * @return string - */ - public function get_service_name(): string { - return 'sidebar'; - } - - public function register_sidebars(): void { - - } -}