Completed
Pull Request — master (#20)
by Jonathan
13:57
created
app/Exports/RecordsExport.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -190,7 +190,7 @@
 block discarded – undo
190 190
 
191 191
         // Add order if needed
192 192
         if (!empty($this->order)) {
193
-            foreach($this->order as $fieldColumn => $order) {
193
+            foreach ($this->order as $fieldColumn => $order) {
194 194
                 $query = $query->orderBy($fieldColumn, $order);
195 195
             }
196 196
         }
Please login to merge, or discard this patch.
resources/views/widgets/relatedlist.blade.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2
-    $record = $config['record'];
3
-    $data = $config['data'];
2
+    $record = $config[ 'record' ];
3
+    $data = $config[ 'data' ];
4 4
 ?>
5 5
 @if (!empty($data->id))
6 6
     <?php
Please login to merge, or discard this patch.