Address dynamic class property deprecation warnings
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
|
||||
class TabularData extends SubTemplate
|
||||
{
|
||||
private Pagination $pager;
|
||||
private GenericTable $_t;
|
||||
|
||||
public function __construct(GenericTable $table)
|
||||
{
|
||||
$this->_t = $table;
|
||||
|
||||
Reference in New Issue
Block a user