Remove unused use statement after refactor

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2025-05-26 18:45:21 +01:00
parent f6bba03375
commit 4b52e1471c

View File

@@ -4,7 +4,6 @@ namespace App\Exceptions;
use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler;
use App\Helpers\Helper;
use Illuminate\Support\Facades\RateLimiter;
use Illuminate\Validation\ValidationException;
use Illuminate\Auth\AuthenticationException;
use ArieTimmerman\Laravel\SCIMServer\Exceptions\SCIMException;