From ed1530e89d21bbbf7af723b4c73ef85dd443382e Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Sun, 10 Aug 2025 12:16:56 +0000 Subject: [PATCH] Apply fixes from StyleCI --- app/Console/Commands/Update.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Console/Commands/Update.php b/app/Console/Commands/Update.php index 12f2e1ef..c6e5bb42 100644 --- a/app/Console/Commands/Update.php +++ b/app/Console/Commands/Update.php @@ -30,6 +30,5 @@ public function handle() foreach ($messages as $message) { $this->line($message); } - } }