hasOne(Password::class); } public function registrations() { return $this->hasMany(Registration::class); } }