refactor: Escuta evento para quando cliente foi adicionado.
This commit is contained in:
parent
930010fb82
commit
47eeaa59be
|
|
@ -10,6 +10,7 @@ class ShowClient extends Component
|
|||
{
|
||||
|
||||
#[On('clientDeleted')]
|
||||
#[On('client-added')]
|
||||
public function refreshClientList() {}
|
||||
|
||||
public function render()
|
||||
|
|
|
|||
Loading…
Reference in New Issue