????

Your IP : 3.15.147.198


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

<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Model;

class ProductSelectedSpecificationMultiValue extends Model
{
    protected $table = 'product_selected_specification_multi_values';
    public $timestamps = false;
    protected $guarded = ['id'];


    public function selectedSpecification()
    {
        return $this->belongsTo('App\Models\ProductSelectedSpecification','selected_specification_id','id');
    }

    public function multiValue()
    {
        return $this->belongsTo('App\Models\ProductSpecificationMultiValue','specification_multi_value_id','id');
    }
}

Page not found | The NCLEX Doctor

Page not found!

Sorry, this page is not available...