Current Path : /home/thenclexdoctor.com/public_html/app/Models/Translation/ |
Current File : /home/thenclexdoctor.com/public_html/app/Models/Translation/TicketTranslation.php |
<?php namespace App\Models\Translation; use Illuminate\Database\Eloquent\Model; class TicketTranslation extends Model { public $timestamps = false; protected $table = 'ticket_translations'; protected $guarded = ['id']; }
Sorry, this page is not available...