- fixed PHP notice;

This commit is contained in:
Mykyta Synelnikov
2023-06-05 18:44:38 +03:00
parent 0e1591a9c7
commit 76cb1cc448
+8 -3
View File
@@ -1,12 +1,12 @@
<?php
namespace um\core;
// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) exit;
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
if ( ! class_exists( 'um\core\Form' ) ) {
/**
* Class Form
* @package um\core
@@ -23,6 +23,11 @@ if ( ! class_exists( 'um\core\Form' ) ) {
*/
public $form_id;
/**
* @var
*/
public $form_status;
/**
* @var null
*/