@@ -31,7 +31,7 @@ |
||
| 31 | 31 | { |
| 32 | 32 | try { |
| 33 | 33 | $accessToken = $manager->getAccessToken(); |
| 34 | - } catch(AppUnauthorizedException $e) { |
|
| 34 | + } catch (AppUnauthorizedException $e) { |
|
| 35 | 35 | $this->error('No valid refresh token found.'); |
| 36 | 36 | $this->line("calling 'revolut:authorize' to re-authorize..."); |
| 37 | 37 | return $this->call('revolut:authorize'); |