Skip to content

Commit

Permalink
Add $temp_row prop to prevent dynamic property deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
JoryHogeveen authored Aug 31, 2023
1 parent 075fe49 commit 75c9c06
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions classes/PodsUI.php
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,11 @@ class PodsUI {
*/
public $row = array();

/**
* @var array
*/
public $temp_row = array();

// actions
/**
* @var string
Expand Down

0 comments on commit 75c9c06

Please sign in to comment.