diff --git a/src/Mod/Hub/Boot.php b/src/Mod/Hub/Boot.php index 5b6f339..1a95a05 100644 --- a/src/Mod/Hub/Boot.php +++ b/src/Mod/Hub/Boot.php @@ -210,11 +210,6 @@ class Boot extends ServiceProvider implements AdminMenuProvider ]; } - public function register(): void - { - // - } - // ------------------------------------------------------------------------- // Event-driven handlers // ------------------------------------------------------------------------- diff --git a/src/Website/Hub/Boot.php b/src/Website/Hub/Boot.php index 0b74e4c..09e58b7 100644 --- a/src/Website/Hub/Boot.php +++ b/src/Website/Hub/Boot.php @@ -58,11 +58,6 @@ class Boot extends ServiceProvider implements AdminMenuProvider } } - public function register(): void - { - // - } - /** * Get domains for this website. *