@@ -54,8 +54,8 @@ |
||
| 54 | 54 | } |
| 55 | 55 | |
| 56 | 56 | if (! $this->dateTime) { |
| 57 | - $this->dateTime = Carbon::now()->format($this->format); |
|
| 58 | - $this->methodProperties['DateTime'] = $this->dateTime; |
|
| 57 | + $this->dateTime = Carbon::now()->format($this->format); |
|
| 58 | + $this->methodProperties['DateTime'] = $this->dateTime; |
|
| 59 | 59 | } |
| 60 | 60 | |
| 61 | 61 | return $this; |