Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. abstract class BaseUser extends ApiEntity implements UserInterface, Serializable, EquatableInterface
  2. {
  3. /**
  4. * @var string
  5. * @Expose
  6. */
  7. protected $username;
  8.  
  9. // lots of other fields
  10. }
  11.  
  12. protected $username;
  13.  
  14. protected $username = "";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement