Skip to content

Commit

Permalink
TASK: sort availablePackages by loading order
Browse files Browse the repository at this point in the history
  • Loading branch information
crydotsnake committed Jun 14, 2024
1 parent 496a532 commit ab2946b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Neos.Flow/Classes/Command/PackageCommandController.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ public function createCommand(string $packageKey, string $packageType = PackageI
public function listCommand(): void
{
$availablePackages = $this->packageManager->getAvailablePackages();
ksort($availablePackages);
$freezeSupported = $this->bootstrap->getContext()->isDevelopment();

$tableRows = [];
Expand Down

0 comments on commit ab2946b

Please sign in to comment.