@@ -105,7 +105,7 @@ |
||
105 | 105 | */ |
106 | 106 | public function hasWallet(string $slug): bool |
107 | 107 | { |
108 | - return (bool)$this->getWallet($slug); |
|
108 | + return (bool) $this->getWallet($slug); |
|
109 | 109 | } |
110 | 110 | |
111 | 111 | } |