Dumplie\Customer\Application\Command\ChangeShippingAddressHandler::__construct PHP Method

__construct() public method

public __construct ( Dumplie\Customer\Domain\Checkouts $checkouts )
$checkouts Dumplie\Customer\Domain\Checkouts
    public function __construct(Checkouts $checkouts)
    {
        $this->checkouts = $checkouts;
    }
ChangeShippingAddressHandler