Update format of elementor template.

This commit is contained in:
2023-02-17 14:08:26 +02:00
parent c899f8c229
commit b399d2fc89
@@ -40,7 +40,7 @@ class <%= blockClassModel %>_Elementor_Widget extends \Elementor\Widget_Base {
} }
public static function prepare( $args ): array { public static function prepare( $args ): array {
// Prepare $args for render function. // Prepare $args for render function.
return $args; return $args;
} }
} }