@@ -19,12 +19,12 @@ |
||
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 | } |