Вход Регистрация
Файл: vendor/laravel/framework/src/Illuminate/Http/StreamedEvent.php
Строк: 19
<?php

namespace IlluminateHttp;

class 
StreamedEvent
{
    
/**
     * The name of the event.
     */
    
public string $event;

    
/**
     * The data of the stream.
     */
    
public mixed $data;

    
/**
     * Create a new streamed event instance.
     */
    
public function __construct(string $eventmixed $data)
    {
        
$this->event $event;
        
$this->data $data;
    }
}
Онлайн: 2
Реклама