Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Mail
/
Events
Location:
/home/zoteqbgb/public_html/vendor/laravel/framework/src/Illuminate/Mail/Events
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: MessageSending.php
<?php namespace Illuminate\Mail\Events; use Symfony\Component\Mime\Email; class MessageSending { /** * The Symfony Email instance. * * @var \Symfony\Component\Mime\Email */ public $message; /** * The message data. * * @var array */ public $data; /** * Create a new event instance. * * @param \Symfony\Component\Mime\Email $message * @param array $data * @return void */ public function __construct(Email $message, array $data = []) { $this->data = $data; $this->message = $message; } }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
MessageSending.php
613 bytes
0644
2025-01-31 15:04
âï¸
ðï¸
Rename
MessageSent.php
1,879 bytes
0644
2025-01-31 15:04
âï¸
ðï¸
Rename
Chang
Apply