whoami7 - Manager
:
/
home
/
kckglobal
/
.trash
/
app
/
Events
/
Upload File:
files >> /home/kckglobal/.trash/app/Events/BirthdayReminderEvent.php
<?php namespace App\Events; use Illuminate\Broadcasting\InteractsWithSockets; use Illuminate\Broadcasting\PrivateChannel; use Illuminate\Foundation\Events\Dispatchable; use Illuminate\Queue\SerializesModels; class BirthdayReminderEvent { use Dispatchable, InteractsWithSockets, SerializesModels; /** * Create a new event instance. * * @return void */ public $upcomingBirthdays; public $company; public function __construct($company, $upcomingBirthdays) { $this->upcomingBirthdays = $upcomingBirthdays; $this->company = $company; } }
Copyright ©2021 || Defacer Indonesia