remove unnecessary function..

This commit is contained in:
Cüneyt Şentürk 2024-11-16 16:37:16 +00:00
parent afd980e37e
commit 64009eb7ee
1 changed files with 2 additions and 0 deletions

View File

@ -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/*');
}
}
*/