belongsTo(Country::class,'country_id'); } function cities() { return $this->hasMany(City::class); } // function address(){ // return $this->hasMany('App\UserAddress'); // } // // function logs(){ // return $this->morphMany('App\LogAction','logable'); // } }