This commit is contained in:
Andras Bacsai
2023-05-26 11:56:36 +02:00
parent aac5177495
commit 19cefd9718
2 changed files with 2 additions and 4 deletions

View File

@@ -6,10 +6,6 @@ use Illuminate\Support\Facades\Route;
use Visus\Cuid2\Cuid2;
use Illuminate\Support\Str;
function is_https()
{
return request()->secure();
}
function general_error_handler(\Throwable $e, $that = null, $isJson = false)
{
try {