Skip to content

Commit

Permalink
Fixed constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
stevro authored Oct 1, 2021
1 parent f84698c commit b03f64a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Validator/Constraints/IsValidCompanyValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class IsValidCompanyValidator extends ConstraintValidator {

public function __construct(\Stev\ListaFirmeBundle\Lib\CIFChecker $listaFirme, LoggerInterface $logger) {
$this->listaFirme = $listaFirme;
$this->logger = $logger;
}

public function validate($company, Constraint $constraint) {
Expand Down

0 comments on commit b03f64a

Please sign in to comment.