From 47da362590a55a227e00e767c114d0c631f4b641 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Fri, 19 Apr 2024 13:38:27 +0200 Subject: [PATCH] Revert "Add todo marker" This reverts commit afa3664bf5155dea79dd24761452a4c36de90b61. Cannot reproduce. --- app/Commands/SelfUpdateCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Commands/SelfUpdateCommand.php b/app/Commands/SelfUpdateCommand.php index 7450a574..b962db56 100644 --- a/app/Commands/SelfUpdateCommand.php +++ b/app/Commands/SelfUpdateCommand.php @@ -129,7 +129,7 @@ public function handle(): int $this->info('The application has been updated successfully.'); - // Verify the application version (// Fixme: This shows the old version when using Composer to update) + // Verify the application version passthru('hyde --version --ansi'); // Now we can exit the application, we do this manually to avoid issues when Laravel tries to clean up the application