belongsTo('App\Models\Currency'); } /** * The accounts in this country */ public function users() { return $this->hasMany('App\User'); } }