refactor: Escuta evento para quando cliente foi adicionado.

This commit is contained in:
LukiBeg 2025-11-17 12:45:23 -03:00
parent 930010fb82
commit 47eeaa59be
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ class ShowClient extends Component
{ {
#[On('clientDeleted')] #[On('clientDeleted')]
#[On('client-added')]
public function refreshClientList() {} public function refreshClientList() {}
public function render() public function render()