hasOne(Account::class); } public function user() { return $this->hasOne(User::class); } }