From 64009eb7ee93b4e97bed776b0bca8ee7a0cc8c92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Sat, 16 Nov 2024 16:37:16 +0000 Subject: [PATCH] remove unnecessary function.. --- app/Utilities/helpers.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Utilities/helpers.php b/app/Utilities/helpers.php index b60d6ad20..f2ea9de00 100644 --- a/app/Utilities/helpers.php +++ b/app/Utilities/helpers.php @@ -404,6 +404,7 @@ if (! function_exists('request_is_auth')) { } } +/* if (! function_exists('request_is_signed')) { function request_is_signed(Request|null $request = null, int $company_id): bool { @@ -421,3 +422,4 @@ if (! function_exists('request_is_portal')) { return $r->is($company_id . '/portal') || $r->is($company_id . '/portal/*'); } } +*/