@@ -54,7 +54,7 @@ |
||
54 | 54 | public function getCount() |
55 | 55 | { |
56 | 56 | return $this->data_source->count( |
57 | - $this->data_source->getName() . '.' . $this->data_source->getPrimary() |
|
57 | + $this->data_source->getName().'.'.$this->data_source->getPrimary() |
|
58 | 58 | ); |
59 | 59 | } |
60 | 60 |