mirror of
https://github.com/kevinveenbirkenbach/coding-challenge-online-shop.git
synced 2024-11-01 00:53:10 +01:00
Left hint
This commit is contained in:
parent
40e1624d9d
commit
0d8639cedb
@ -14,7 +14,7 @@ final class User implements UserInterface
|
|||||||
private $name;
|
private $name;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Unique identifier in database
|
* Unique identifier in database (Id would be better but to much overhead for this example)
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
private $email;
|
private $email;
|
||||||
|
Loading…
Reference in New Issue
Block a user