Completed
Push — master ( 1434e1...50defc )
by Pavel
02:40
created
src/DataSource/NetteDatabaseTableDataSource.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.