Completed
Push — master ( ab536e...91094b )
by Pavel
02:42
created
src/DataSource/NetteDatabaseTableDataSource.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
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
 		}
Please login to merge, or discard this patch.