From 8b34a3ebb3bbbb7bb55194494282ea658876ee6c Mon Sep 17 00:00:00 2001 From: omair saleh Date: Wed, 2 Jun 2021 12:58:17 +0800 Subject: [PATCH] change the customer permission from only super admin to admin --- .../Modules/Accounts/Processors/AuthenticationProcessor.php | 1 - resources/views/pages/settings.blade.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Classes/Modules/Accounts/Processors/AuthenticationProcessor.php b/app/Classes/Modules/Accounts/Processors/AuthenticationProcessor.php index 7b55a39f..fabb88c6 100644 --- a/app/Classes/Modules/Accounts/Processors/AuthenticationProcessor.php +++ b/app/Classes/Modules/Accounts/Processors/AuthenticationProcessor.php @@ -51,7 +51,6 @@ class AuthenticationProcessor * @return array * @throws \App\Classes\Exceptions\AccessForbiddenException * @throws \App\Classes\Exceptions\AccessUnauthorisedException - * @throws \App\Classes\Exceptions\InternalServerErrorException * @throws \App\Classes\Exceptions\RequestValidationException */ public function execute(Request $request): array { diff --git a/resources/views/pages/settings.blade.php b/resources/views/pages/settings.blade.php index 288b2007..811afa53 100644 --- a/resources/views/pages/settings.blade.php +++ b/resources/views/pages/settings.blade.php @@ -459,7 +459,7 @@
-
+