РИ
{
public function handle(CreateOrder $event)
{
Mail::to($event->order->email)
->send(new UserOrderEmail($event->order));
}
}
Size: a a a
РИ
РИ
РИ
AK
AK
РИ
РИ
AK
AK
РИ
AK
AK
РИ
РИ
РИ
AK
РИ
AK
'options' => [
'cluster' => env('REDIS_CLUSTER', 'redis'),
'prefix' => env('REDIS_PREFIX', Str::
slug(env('APP_NAME', 'laravel'), '_').'_database_'),
],
РИ
MA