// User model public function phone() { return $this->hasOne(Phone::class); } // User controller $phone = User::find(1)->phone;