mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 22:46:16 +00:00
refactoring
This commit is contained in:
@ -7,7 +7,7 @@ trait RefreshComponentOnBroadcast
|
||||
public function getListeners(): array
|
||||
{
|
||||
return [
|
||||
'echo-private:app,Broadcast' => 'refreshComponent',
|
||||
'broadcast' => 'refreshComponent',
|
||||
'refreshComponent' => '$refresh',
|
||||
'$refresh',
|
||||
];
|
||||
|
Reference in New Issue
Block a user