fix default key names

This commit is contained in:
Saeed Vaziry
2023-09-17 11:08:47 +02:00
parent 9030427f78
commit 84192b7cb7
3 changed files with 5 additions and 4 deletions

View File

@ -13,7 +13,7 @@ public function __construct()
public function handle(Broadcast $event): void
{
Cache::set('broadcast', [
Cache::put('broadcast', [
'type' => $event->type,
'data' => $event->data,
], now()->addMinutes(5));