@@ -12,7 +12,7 @@ |
||
12 | 12 | public function __construct() { |
13 | 13 | add_action( 'enqueue_block_editor_assets', array( $this, 'editor_scripts' ) ); |
14 | 14 | add_action( 'init', array( $this, 'register_blocks' ), 11 ); |
15 | - add_filter( 'block_categories', array( $this, 'easy_forms_register_category' ), 10, 2); |
|
15 | + add_filter( 'block_categories', array( $this, 'easy_forms_register_category' ), 10, 2 ); |
|
16 | 16 | } |
17 | 17 | |
18 | 18 | /** |
@@ -1,1 +1,1 @@ |
||
1 | -<?php return array('dependencies' => array('react', 'wp-element', 'wp-polyfill'), 'version' => 'a8faf52df605acb6ed260427dc38af80'); |
|
1 | +<?php return array( 'dependencies' => array( 'react', 'wp-element', 'wp-polyfill' ), 'version' => 'a8faf52df605acb6ed260427dc38af80' ); |