File manager - Edit - /var/www/payraty/hris/app/Mail/TripSend.php
Back
<?php namespace App\Mail; use Illuminate\Bus\Queueable; use Illuminate\Mail\Mailable; use Illuminate\Queue\SerializesModels; class TripSend extends Mailable { use Queueable, SerializesModels; public $trip; /** * Create a new message instance. * * @return void */ public function __construct($trip) { $this->trip = $trip; } /** * Build the message. * * @return $this */ public function build() { return $this->view('email.trip_send')->with('trip', $this->trip)->subject('Ragarding to trip letter.'); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0.4 |
proxy
|
phpinfo
|
Settings