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