Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kurozumi committed Aug 29, 2021
1 parent e9c7a74 commit 0e8125a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Service/Method/CreditCard.php
Expand Up @@ -147,6 +147,8 @@ public function apply()
public function setFormType(FormInterface $form)
{
$this->form = $form;

return $this;
}

/**
Expand All @@ -155,5 +157,7 @@ public function setFormType(FormInterface $form)
public function setOrder(Order $Order)
{
$this->Order = $Order;

return $this;
}
}

0 comments on commit 0e8125a

Please sign in to comment.