App\Listeners\CreditListener::__construct PHP Méthode

__construct() public méthode

CreditListener constructor.
public __construct ( CreditRepository $creditRepo )
$creditRepo App\Ninja\Repositories\CreditRepository
    public function __construct(CreditRepository $creditRepo)
    {
        $this->creditRepo = $creditRepo;
    }