- fixed PHP deprecated warning for PHP8.2

This commit is contained in:
Mykyta Synelnikov
2023-06-21 20:27:17 +03:00
parent b7d64e2d2f
commit 43a5e22473
+3 -1
View File
@@ -14,8 +14,10 @@ if ( ! class_exists( 'um\core\Form' ) ) {
class Form {
/**
* @var null
* @var
*/
public $form_data;
public $form_suffix = null;
/**