1
0

fix(phpstan): remove unused Curl import from OidcHttpGateway

This commit is contained in:
aminovfariz
2026-06-05 15:01:49 +02:00
parent 0a56c741e8
commit db5c57ea5c

View File

@@ -2,8 +2,6 @@
namespace MintyPHP\Service\Auth;
use MintyPHP\Curl;
class OidcHttpGateway
{
/**