@@ -27,7 +27,7 @@ |
||
| 27 | 27 | /** |
| 28 | 28 | * Execute the console command. |
| 29 | 29 | * |
| 30 | - * @return int |
|
| 30 | + * @return int |
|
| 31 | 31 | */ |
| 32 | 32 | public function handle() |
| 33 | 33 | { |
@@ -27,7 +27,7 @@ |
||
| 27 | 27 | /** |
| 28 | 28 | * Execute the console command. |
| 29 | 29 | * |
| 30 | - * @return int |
|
| 30 | + * @return int |
|
| 31 | 31 | */ |
| 32 | 32 | public function handle() |
| 33 | 33 | { |
@@ -40,12 +40,12 @@ |
||
| 40 | 40 | * @return void |
| 41 | 41 | */ |
| 42 | 42 | |
| 43 | - protected function getCharge() |
|
| 44 | - { |
|
| 45 | - $chargeId = $this->target()->method() === 'home' ? |
|
| 43 | + protected function getCharge() |
|
| 44 | + { |
|
| 45 | + $chargeId = $this->target()->method() === 'home' ? |
|
| 46 | 46 | $this->target()->args()[0] : $this->bag('meeting')->get('charge.id'); |
| 47 | - $this->charge = $this->chargeService->getCharge($chargeId); |
|
| 48 | - } |
|
| 47 | + $this->charge = $this->chargeService->getCharge($chargeId); |
|
| 48 | + } |
|
| 49 | 49 | |
| 50 | 50 | /** |
| 51 | 51 | * @return void |