@@ -31,7 +31,7 @@ |
||
31 | 31 | */ |
32 | 32 | public function execute(object $command, callable $next) |
33 | 33 | { |
34 | - if (! $this->ping($this->connection)) { |
|
34 | + if ( ! $this->ping($this->connection)) { |
|
35 | 35 | $this->connection->close(); |
36 | 36 | $this->connection->connect(); |
37 | 37 | } |