diff --git a/app/User/User.php b/app/User/User.php new file mode 100644 index 0000000..e685a32 --- /dev/null +++ b/app/User/User.php @@ -0,0 +1,23 @@ +id; + } + + public function getEmail(): EmailAddress + { + return $this->email; + } +}