diff --git a/app/Livewire/Dashboard.php b/app/Livewire/Dashboard.php index 696ae09c4..a44cd18af 100644 --- a/app/Livewire/Dashboard.php +++ b/app/Livewire/Dashboard.php @@ -22,6 +22,7 @@ class Dashboard extends Component } public function cleanup_queue() { + $this->dispatch('success', 'Cleanup started.'); Artisan::queue('app:init', [ '--cleanup-deployments' => 'true' ]);