Compare commits

..

2 Commits

Author SHA1 Message Date
LukiBeg 47eeaa59be refactor: Escuta evento para quando cliente foi adicionado. 2025-11-17 12:45:23 -03:00
LukiBeg 930010fb82 Sem mudanços. 2025-11-17 12:44:29 -03:00
2 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,7 @@ public function save(ClientService $clientService)
}
}
public function render()
{
return view('livewire.admin.add-client');

View File

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