Skip to content

Commit

Permalink
update: according to feedback $custom_logo & type mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
osmansufy committed Dec 27, 2024
1 parent 61b707d commit 2306a3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion includes/Admin/SetupWizard.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@
*/
class SetupWizard {

/** @var string Currenct Step */
/** @var string Current Step */
protected string $current_step = '';

/** @var string custom logo url of the theme */
protected $custom_logo = '';
/** @var array Steps for the setup wizard */
protected $steps = [];

Expand Down
2 changes: 0 additions & 2 deletions includes/Vendor/SetupWizard.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ class SetupWizard extends DokanSetupWizard {
/** @var array Steps for the setup wizard */
protected $steps = [];

/** @var string custom logo url of the theme */
protected $custom_logo = '';
/**
* @var int
*/
Expand Down

0 comments on commit 2306a3a

Please sign in to comment.