Skip to content

Commit 64009eb

Browse files
committed
remove unnecessary function..
1 parent afd980e commit 64009eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/Utilities/helpers.php

+2
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@ function request_is_auth(Request|null $request = null): bool
404404
}
405405
}
406406

407+
/*
407408
if (! function_exists('request_is_signed')) {
408409
function request_is_signed(Request|null $request = null, int $company_id): bool
409410
{
@@ -421,3 +422,4 @@ function request_is_portal(Request|null $request = null, int $company_id): bool
421422
return $r->is($company_id . '/portal') || $r->is($company_id . '/portal/*');
422423
}
423424
}
425+
*/

0 commit comments

Comments
 (0)