@@ -9,7 +9,6 @@ |
||
9 | 9 | namespace Ublaboo\DataGrid\DataSource; |
10 | 10 | |
11 | 11 | use DibiFluent; |
12 | -use Nette\Utils\Callback; |
|
13 | 12 | use Nette\Utils\Strings; |
14 | 13 | use Ublaboo\DataGrid\Filter; |
15 | 14 |
@@ -55,7 +55,7 @@ |
||
55 | 55 | { |
56 | 56 | try { |
57 | 57 | return $this->data_source->count( |
58 | - $this->data_source->getName() . '.' . $this->data_source->getPrimary() |
|
58 | + $this->data_source->getName().'.'.$this->data_source->getPrimary() |
|
59 | 59 | ); |
60 | 60 | } catch (\LogicException $e) { |
61 | 61 | } |