hasOne('App\User','id','user_id'); } public function many_users() { return $this->hasMany('App\User','id','user_id'); } }