Completed
Pull Request — master (#32)
by
unknown
01:57
created
src/App/PostTypes/Post/PostPostType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.