Completed
Push — master ( 392d04...e48b3d )
by Pavel
02:16
created
src/Column/MultiAction.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
 		$this->grid = $grid;
49 49
 		$this->name = $name;
50 50
 
51
-		$this->setTemplate(__DIR__ . '/../templates/column_multi_action.latte');
51
+		$this->setTemplate(__DIR__.'/../templates/column_multi_action.latte');
52 52
 	}
53 53
 
54 54
 
@@ -79,7 +79,7 @@  discard block
 block discarded – undo
79 79
 		}
80 80
 
81 81
 		if ($this->getClass()) {
82
-			$button->class($this->getClass() . ' dropdown-toggle');
82
+			$button->class($this->getClass().' dropdown-toggle');
83 83
 		}
84 84
 
85 85
 		return $button;
Please login to merge, or discard this patch.