mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-08 01:12:34 +00:00
code style fix
add command tests
This commit is contained in:
@ -15,7 +15,7 @@ public function handle(Broadcast $event): void
|
||||
{
|
||||
Cache::set('broadcast', [
|
||||
'type' => $event->type,
|
||||
'data' => $event->data
|
||||
'data' => $event->data,
|
||||
], now()->addMinutes(5));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user