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