diff --git a/app/Livewire/Project/Service/Configuration.php b/app/Livewire/Project/Service/Configuration.php index 86c9a8a31..eaa794a93 100644 --- a/app/Livewire/Project/Service/Configuration.php +++ b/app/Livewire/Project/Service/Configuration.php @@ -67,7 +67,6 @@ class Configuration extends Component GetContainersStatus::run($this->service->server); // dispatch_sync(new ContainerStatusJob($this->service->server)); $this->dispatch('refresh')->self(); - $this->dispatch('updateStatus'); } catch (\Exception $e) { return handleError($e, $this); } diff --git a/app/Livewire/Project/Service/Navbar.php b/app/Livewire/Project/Service/Navbar.php index 141859ed4..392178633 100644 --- a/app/Livewire/Project/Service/Navbar.php +++ b/app/Livewire/Project/Service/Navbar.php @@ -30,7 +30,6 @@ class Navbar extends Component $userId = auth()->user()->id; return [ "echo-private:user.{$userId},ServiceStatusChanged" => 'serviceStarted', - "updateStatus"=> '$refresh', ]; } public function serviceStarted() diff --git a/composer.json b/composer.json index 4d762dbf7..338e4cc3b 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "guzzlehttp/guzzle": "^7.5.0", "laravel/fortify": "^v1.16.0", "laravel/framework": "^v10.7.1", - "laravel/horizon": "^5.24", + "laravel/horizon": "^5.23.1", "laravel/prompts": "^0.1.6", "laravel/sanctum": "^v3.2.1", "laravel/socialite": "^5.12", diff --git a/composer.lock b/composer.lock index b59ec2e2d..01c818cda 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "6b4a57ec7a088ba0dd0a89ab90c2175f", + "content-hash": "08fa7948cfbba57d4308a151621dfaaf", "packages": [ { "name": "amphp/amp",