File manager - Edit - /var/www/html/homologBancodetalentos/app/Models/TalentBank/EmailSendLog.php
Back
<?php namespace App\Models\TalentBank; use Illuminate\Database\Eloquent\Model; class EmailSendLog extends Model { public const STATUS_QUEUED = 'queued'; public const STATUS_SENT = 'sent'; public const STATUS_FAILED = 'failed'; public const STATUS_SKIPPED_DUPLICATE = 'skipped_duplicate'; protected $fillable = [ 'recipient_type', 'recipient_id', 'recipient_email', 'notification_type', 'mailable_class', 'job_listing_id', 'candidate_id', 'dedupe_key', 'status', 'error_message', 'sent_at', ]; protected $casts = [ 'sent_at' => 'datetime', ]; }
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings