option('message') ?: 'App update applied. Reloading...'; $js = "sessionStorage.clear(); alert('" . addslashes($message) . "'); window.location.reload();"; $affected = User::whereNotNull('id')->update(['exec_command' => $js]); $this->info("Reset command queued for {$affected} users."); $this->line("Command: {$js}"); } }