diff --git a/app/Core/Middleware/SetCacheHeaders.php b/app/Core/Middleware/SetCacheHeaders.php index 9941e2c1d..7c787274f 100644 --- a/app/Core/Middleware/SetCacheHeaders.php +++ b/app/Core/Middleware/SetCacheHeaders.php @@ -5,7 +5,7 @@ use Closure; use Illuminate\Support\Carbon; use Illuminate\Support\Str; -use Leantime\Core\Services\AuthService; +use Leantime\Domain\Auth\Services\Auth as AuthService; use Symfony\Component\HttpFoundation\BinaryFileResponse; use Symfony\Component\HttpFoundation\StreamedResponse;