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