From 3ed50fd1ed424f11097758f01adebff219136cbd Mon Sep 17 00:00:00 2001 From: IDMarinas <35842929+idmarinas@users.noreply.github.com> Date: Wed, 27 Nov 2024 13:26:16 +0100 Subject: [PATCH] Fix error --- src/core/Installer/Pattern/Version.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/Installer/Pattern/Version.php b/src/core/Installer/Pattern/Version.php index 21c66fd97..f38f03426 100644 --- a/src/core/Installer/Pattern/Version.php +++ b/src/core/Installer/Pattern/Version.php @@ -24,8 +24,6 @@ trait Version * * @var array */ - protected $lotgd_versions = [ - 'Clean Install' => -1, //needed just as a placeholder for new installs. protected array $lotgd_versions = [ 'Clean Install' => -1, //needed just as a placeholder for new installations. '0.9' => 900,