@@ -58,10 +58,10 @@ |
||
58 | 58 | ], |
59 | 59 | ], |
60 | 60 | ], |
61 | - 'fk_category_template' => function ($value, $payload) { |
|
61 | + 'fk_category_template' => function($value, $payload) { |
|
62 | 62 | return $this->config->getFkCategoryTemplate(); |
63 | 63 | }, |
64 | - 'parent_category_key' => function ($value) { |
|
64 | + 'parent_category_key' => function($value) { |
|
65 | 65 | if (empty($value)) { |
66 | 66 | return $this->config->getDefaultParentCategoryKey(); |
67 | 67 | } |