From e71788ecf441caaf77e6908fd91b5401c7bd2af0 Mon Sep 17 00:00:00 2001 From: osman sufy Date: Mon, 30 Dec 2024 12:04:47 +0600 Subject: [PATCH] update: removed redundant properties declare in vendor/SetupWizard --- includes/Vendor/SetupWizard.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/includes/Vendor/SetupWizard.php b/includes/Vendor/SetupWizard.php index be1aa167d3..2ca068a64c 100644 --- a/includes/Vendor/SetupWizard.php +++ b/includes/Vendor/SetupWizard.php @@ -9,12 +9,6 @@ * Seller setup wizard class */ class SetupWizard extends DokanSetupWizard { - /** @var string Current Step */ - protected string $current_step = ''; - - /** @var array Steps for the setup wizard */ - protected $steps = []; - /** * @var int */