@@ -43,8 +43,8 @@ |
||
| 43 | 43 | public function toArray(): array |
| 44 | 44 | { |
| 45 | 45 | return [ |
| 46 | - 'tenant' => $this->tenantId, |
|
| 47 | - 'content' => $this->content, |
|
| 46 | + 'tenant' => $this->tenantId, |
|
| 47 | + 'content' => $this->content, |
|
| 48 | 48 | ]; |
| 49 | 49 | } |
| 50 | 50 | } |
@@ -84,6 +84,4 @@ |
||
| 84 | 84 | $zip->close(); |
| 85 | 85 | } |
| 86 | 86 | |
| 87 | - $output->writeln('<bg=green;options=bold>Done.</>'); |
|
| 88 | - } |
|
| 89 | -} |
|
| 87 | + $output->writeln |
|
| 90 | 88 | \ No newline at end of file |