belongsTo('Shipping\Pincode\Models\ShippingMethod'); } /** * The states that belong to the pincode. */ public function states(){ return $this->belongsTo('Shipping\Pincode\Models\State'); } }