Shift cleanup

This commit is contained in:
Shift
2023-02-19 16:20:01 +00:00
committed by HolgerHatGarKeineNode
parent f1905d548d
commit 72bb9a8186
28 changed files with 10 additions and 28 deletions

View File

@@ -2,11 +2,11 @@
namespace App\Http\Middleware;
use Symfony\Component\HttpFoundation\Response;
use Closure;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\App;
use Illuminate\Support\Facades\Cookie;
use Symfony\Component\HttpFoundation\Response;
class SetTimezoneForNovaMiddleware
{