@@ -12,7 +12,7 @@ |
||
12 | 12 | */ |
13 | 13 | public function build() |
14 | 14 | { |
15 | - return $this->view('emails.recurringPayments.intendToCharge',[ |
|
15 | + return $this->view('emails.recurringPayments.intendToCharge', [ |
|
16 | 16 | 'message' => 'We are going to change your card', |
17 | 17 | ]); |
18 | 18 | } |
@@ -12,7 +12,7 @@ |
||
12 | 12 | */ |
13 | 13 | public function build() |
14 | 14 | { |
15 | - return $this->view('emails.recurringPayments.recurringPaymentFailed',[ |
|
15 | + return $this->view('emails.recurringPayments.recurringPaymentFailed', [ |
|
16 | 16 | 'message' => 'We are going to change your card', |
17 | 17 | ]); |
18 | 18 | } |