Completed
Push — master ( e547c6...167943 )
by Gilmar
31:34 queued 06:33
created
src/Entity/Templates/Manager.php 1 patch
Spacing   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -19,12 +19,12 @@
 block discarded – undo
19 19
     protected $entity = 'Templates';
20 20
 
21 21
     public $maps = [
22
-        'brands'       => ['GET', '/brands'],
23
-        'flavors'      => ['GET', '/flavors'],
24
-        'colors'       => ['GET', '/colors'],
25
-        'sizes'        => ['GET', '/sizes'],
26
-        'departments'  => ['GET', '/bus/{buId}/departments'],
27
-        'productTypes' => ['GET', '/department/{departmentCode}/productType'],
28
-        'attributes'   => ['GET', '/department/{departmentCode}/productType/{productTypeCode}/templates'],
22
+        'brands'       => [ 'GET', '/brands' ],
23
+        'flavors'      => [ 'GET', '/flavors' ],
24
+        'colors'       => [ 'GET', '/colors' ],
25
+        'sizes'        => [ 'GET', '/sizes' ],
26
+        'departments'  => [ 'GET', '/bus/{buId}/departments' ],
27
+        'productTypes' => [ 'GET', '/department/{departmentCode}/productType' ],
28
+        'attributes'   => [ 'GET', '/department/{departmentCode}/productType/{productTypeCode}/templates' ],
29 29
     ];
30 30
 }
Please login to merge, or discard this patch.