diff --git a/modules/registrars/realtimeregister/hooks.php b/modules/registrars/realtimeregister/hooks.php index 25383b2..53986b3 100644 --- a/modules/registrars/realtimeregister/hooks.php +++ b/modules/registrars/realtimeregister/hooks.php @@ -22,7 +22,6 @@ App::hook('ClientAreaHeadOutput', Hooks\Adac::class, 10); App::hook(Hooks\UserLogin::class); -App::hook(Hooks\Client\ClientAreaPage::class); App::hook(Hooks\ContactEdit::class); App::hook(Hooks\ContactDelete::class); diff --git a/modules/registrars/realtimeregister/src/Hooks/Client/ClientAreaPage.php b/modules/registrars/realtimeregister/src/Hooks/Client/ClientAreaPage.php deleted file mode 100644 index 4cd9555..0000000 --- a/modules/registrars/realtimeregister/src/Hooks/Client/ClientAreaPage.php +++ /dev/null @@ -1,19 +0,0 @@ -