@@ -65,7 +65,7 @@ |
||
65 | 65 | |
66 | 66 | public function query() |
67 | 67 | { |
68 | - $query = $this->getClient()->database($this->getDatabaseName() . '.'.$this->resourceName); |
|
68 | + $query = $this->getClient()->database($this->getDatabaseName() . '.' . $this->resourceName); |
|
69 | 69 | return $query; |
70 | 70 | } |
71 | 71 | } |