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