Skip to content

Commit

Permalink
Fix "Deprecated: Creation of dynamic property Pronamic\WordPress\Pay\…
Browse files Browse the repository at this point in the history
…Extensions\FormidableForms\Extension::$action is deprecated".
  • Loading branch information
rvdsteege committed Nov 30, 2023
1 parent 3d38755 commit eaa641b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ class Extension extends AbstractPluginIntegration {
*/
private static $send_email_now = false;

/**
* Form action.
*
* @var FrmFormAction|null
*/
private $action;

/**
* Construct and initializes an Formidable Forms extension object.
*/
Expand Down

0 comments on commit eaa641b

Please sign in to comment.