@@ -50,7 +50,7 @@ discard block |
||
| 50 | 50 | ->toArray(); |
| 51 | 51 | }); |
| 52 | 52 | |
| 53 | - if (! $this->activeDisk and count($this->backupStatuses)) { |
|
| 53 | + if (!$this->activeDisk and count($this->backupStatuses)) { |
|
| 54 | 54 | $this->activeDisk = $this->backupStatuses[0]['disk']; |
| 55 | 55 | } |
| 56 | 56 | |
@@ -132,7 +132,7 @@ discard block |
||
| 132 | 132 | return $backup->path() === $filePath; |
| 133 | 133 | }); |
| 134 | 134 | |
| 135 | - if (! $backup) { |
|
| 135 | + if (!$backup) { |
|
| 136 | 136 | return response('Backup not found', Response::HTTP_UNPROCESSABLE_ENTITY); |
| 137 | 137 | } |
| 138 | 138 | |