@@ -57,7 +57,7 @@ |
||
57 | 57 | */ |
58 | 58 | public function hits() |
59 | 59 | { |
60 | - if (! empty($this->hits)) { |
|
60 | + if (!empty($this->hits)) { |
|
61 | 61 | return $this->hits; |
62 | 62 | } |
63 | 63 |