Completed
Pull Request — master (#2172)
by
unknown
05:54 queued 02:47
created
src/Widgets/Carousel.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -55,8 +55,8 @@
 block discarded – undo
55 55
         $variables = [
56 56
             'items'      => $this->items,
57 57
             'title'      => $this->title,
58
-			'attributes' => $this->formatAttributes(),
59
-			'id'		 => $this->id,
58
+            'attributes' => $this->formatAttributes(),
59
+            'id'		 => $this->id,
60 60
         ];
61 61
 
62 62
         return view($this->view, $variables)->render();
Please login to merge, or discard this patch.