Skip to content

Commit

Permalink
[frontend-api] fixed wrong type for logger in SocialNetworkFacade (#3…
Browse files Browse the repository at this point in the history
…662)
  • Loading branch information
TomasLudvik authored Dec 13, 2024
1 parent 905d280 commit 7c7cbcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Model/SocialNetwork/SocialNetworkFacade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
use Hybridauth\Exception\UnexpectedValueException;
use Hybridauth\Hybridauth;
use Hybridauth\User\Profile;
use Monolog\Logger;
use Shopsys\FrameworkBundle\Component\Domain\Domain;
use Shopsys\FrameworkBundle\Model\Customer\Exception\DuplicateEmailException;
use Shopsys\FrameworkBundle\Model\Customer\User\CustomerUserFacade;
Expand All @@ -22,7 +23,6 @@
use Shopsys\FrontendApiBundle\Model\Security\LoginResultData;
use Shopsys\FrontendApiBundle\Model\Security\LoginResultDataFactory;
use Shopsys\FrontendApiBundle\Model\SocialNetwork\Exception\SocialNetworkLoginException;
use Symfony\Bridge\Monolog\Logger;
use Symfony\Component\HttpFoundation\Session\SessionInterface;
use Symfony\Component\Validator\Constraints\Email;
use Symfony\Component\Validator\Constraints\Length;
Expand All @@ -35,7 +35,7 @@ class SocialNetworkFacade
* @param \Shopsys\FrontendApiBundle\Model\Customer\User\RegistrationDataFactory $registrationDataFactory
* @param \Shopsys\FrontendApiBundle\Model\Customer\User\RegistrationFacade $registrationFacade
* @param \Shopsys\FrontendApiBundle\Model\SocialNetwork\SocialNetworkConfigFactory $socialNetworkConfigFactory
* @param \Symfony\Bridge\Monolog\Logger $logger
* @param \Monolog\Logger $logger
* @param \Shopsys\FrameworkBundle\Model\Customer\User\CustomerUserFacade $customerUserFacade
* @param \Shopsys\FrontendApiBundle\Model\Security\LoginAsUserFacade $loginAsUserFacade
* @param \Symfony\Component\Validator\Validator\ValidatorInterface $validator
Expand Down

0 comments on commit 7c7cbcf

Please sign in to comment.