Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/app/Events/NewProposalEvent.php
Назад
<?php namespace App\Events; use App\Models\Proposal; use Illuminate\Broadcasting\InteractsWithSockets; use Illuminate\Foundation\Events\Dispatchable; use Illuminate\Queue\SerializesModels; class NewProposalEvent { use Dispatchable, InteractsWithSockets, SerializesModels; public $proposal; public $notifyUser; public $type; public function __construct(Proposal $proposal, $type) { $this->proposal = $proposal; $this->type = $type; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка