fix: service status updated

This commit is contained in:
Andras Bacsai
2024-03-04 08:57:18 +01:00
parent 0e1ba64836
commit 0aa85a3701
2 changed files with 5 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ class Configuration extends Component
$userId = auth()->user()->id;
return [
"echo-private:user.{$userId},ServiceStatusChanged" => 'check_status',
"check_status"
];
}
public function render()