hasMany('Shipping\Country\Models\State'); } /** * The pincodes that belong to the country. */ public function pincodes(){ return $this->hasMany('Shipping\Country\Models\Pincode'); } }