hasOne('App\Models\Organisation', 'id', 'org_id'); } public function UserInfo() { return $this->hasOne('App\User', 'id', 'user_id'); } }