@@ -17,7 +17,7 @@ |
||
17 | 17 | */ |
18 | 18 | public function boot(): void |
19 | 19 | { |
20 | - if (! $this->app->runningInConsole()) { |
|
20 | + if (!$this->app->runningInConsole()) { |
|
21 | 21 | return; |
22 | 22 | } |
23 | 23 |
@@ -61,7 +61,7 @@ |
||
61 | 61 | $key = app(StoreService::class) |
62 | 62 | ->getCacheKey($object); |
63 | 63 | |
64 | - if (! $this->taggedCache()->has($key)) { |
|
64 | + if (!$this->taggedCache()->has($key)) { |
|
65 | 65 | $this->setBalance($object, $this->getBalance($object)); |
66 | 66 | } |
67 | 67 |