@@ -24,7 +24,7 @@ |
||
24 | 24 | |
25 | 25 | public function postType() : void |
26 | 26 | { |
27 | - add_action('init', function () { |
|
27 | + add_action('init', function() { |
|
28 | 28 | remove_post_type_support(self::NAME, 'editor'); |
29 | 29 | add_post_type_support(self::NAME, 'page-attributes'); |
30 | 30 | }, 100); |