From 7060083d90d53bf5fd3a3ffe2d9bc95739fe51d4 Mon Sep 17 00:00:00 2001 From: Graham May Date: Mon, 7 Oct 2024 11:28:15 +0100 Subject: [PATCH] Fix for deprecation warning: Deprecated: Creation of dynamic property RamseySolutions\RamseyBatch\Views\BatchView::$tableColumns is deprecated in /var/www/html/wp-content/plugins/wp-ramsey-batch/src/Views/BatchView.php on line 10 --- src/Views/BatchView.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Views/BatchView.php b/src/Views/BatchView.php index 772070d..04c3585 100644 --- a/src/Views/BatchView.php +++ b/src/Views/BatchView.php @@ -3,6 +3,8 @@ class BatchView extends AdminPage { + private $tableColumns; + public function __construct(object $controller, string $slug, string $title) { parent::__construct($controller, $slug, $title);