ok
Direktori : /home2/selectio/public_html/3idiotsgadgetstore.in/app/Model/ |
Current File : //home2/selectio/public_html/3idiotsgadgetstore.in/app/Model/CartShipping.php |
<?php namespace App\Model; use Illuminate\Database\Eloquent\Model; class CartShipping extends Model { public function cart(){ return $this->belongsTo(Cart::class,'cart_group_id','cart_group_id'); } }