Completed
Pull Request — master (#83)
by Jason
03:56
created
code/LocationCsvBulkLoader.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -10,9 +10,9 @@
 block discarded – undo
10 10
     );
11 11
 
12 12
     public $relationCallbacks = array(
13
-       'Category.Name' => array(
14
-           'relationname' => 'Category',
15
-           'callback' => 'getCategoryByName',
13
+        'Category.Name' => array(
14
+            'relationname' => 'Category',
15
+            'callback' => 'getCategoryByName',
16 16
         ),
17 17
     );
18 18
 
Please login to merge, or discard this patch.