Completed
Push — master ( 110858...d54979 )
by Song
12s
created
src/Layout/Column.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@
 block discarded – undo
112 112
     protected function startColumn()
113 113
     {
114 114
         // get classname using width array
115
-        $classname = implode(' ', collect($this->width)->map(function ($value, $key) {
115
+        $classname = implode(' ', collect($this->width)->map(function($value, $key) {
116 116
             return "col-$key-$value";
117 117
         })->toArray());
118 118
         echo "<div class=\"{$classname}\">";
Please login to merge, or discard this patch.