Dumplie\CustomerService\Application\Command\PayPaymentHandler::__construct PHP Method

__construct() public method

public __construct ( Dumplie\CustomerService\Domain\Payments $payments )
$payments Dumplie\CustomerService\Domain\Payments
    public function __construct(Payments $payments)
    {
        $this->payments = $payments;
    }
PayPaymentHandler