Passed
Push — master ( e97ff8...2f8f71 )
by Georgi
02:17
created
src/FileStorageList.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
 		$this->grid->setModel($this->getModel());
34 34
 		
35 35
 		$this->grid->addDecorator('name', ['Multiformat', function($row, $column) {
36
-			return [['Template', '<a href="#" class="file-modal" data-id="' . $row['id'] . '">' . $row[$column]  . '</a>']];
36
+			return [['Template', '<a href="#" class="file-modal" data-id="' . $row['id'] . '">' . $row[$column] . '</a>']];
37 37
 		}]);
38 38
 		
39 39
 		$modal = $this->add(new FileModal());
Please login to merge, or discard this patch.