@@ -63,8 +63,7 @@ |
||
63 | 63 | |
64 | 64 | if($tenants->count() > 1) { |
65 | 65 | $deletingId = $this->ask('We have found several tenants, which one would you like to delete? (enter its ID)'); |
66 | - } |
|
67 | - else { |
|
66 | + } else { |
|
68 | 67 | $deletingId = $tenants->first()->id; |
69 | 68 | } |
70 | 69 |