This website works better with JavaScript.
Explore
Help
Sign In
Hecht
/
animegame
Watch
1
Star
0
Fork
You've already forked animegame
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7594b5af67
feature/symfony_upgrade
develop
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '7594b5af67'
${ noResults }
animegame
/
config
/
serializer
/
Model.User.yml
9 lines
178 B
Raw
Normal View
History
Unescape
Escape
Initial check-in of a skeleton
6 years ago
App\Entity\User
:
attributes
:
id
:
groups
:
[
'Default'
]
added authenticator so authentication is done via HTTP Header
6 years ago
username
:
Initial check-in of a skeleton
6 years ago
groups
:
[
'Default'
]
user
:
groups
:
[
'HeroWithUser'
]