????

Your IP : 18.220.182.171


Current Path : /home/thenclexdoctor.com/public_html/app/Models/Api/
Upload File :
Current File : /home/thenclexdoctor.com/public_html/app/Models/Api/Gift.php

<?php

namespace App\Models\Api;

use App\Models\Gift as Model;

class Gift extends Model
{



    public function sale()
    {
        return $this->hasOne('App\Models\Api\Sale', 'gift_id', 'id');
    }

    public function webinar()
    {
        return $this->belongsTo('App\Models\Api\Webinar', 'webinar_id', 'id');
    }

    public function bundle()
    {
        return $this->belongsTo('App\Models\Api\Bundle', 'bundle_id', 'id');
    }

    public function product()
    {
        return $this->belongsTo('App\Models\Api\Product', 'product_id', 'id');
    }


}

Page not found | The NCLEX Doctor

Page not found!

Sorry, this page is not available...