Skip to content

Commit

Permalink
[config] EasyAdminBundle のサイト名、date のフォーマットを設定
Browse files Browse the repository at this point in the history
  • Loading branch information
kseta committed Aug 15, 2016
1 parent 54574fc commit cab1294
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/config/config.yml
Expand Up @@ -79,6 +79,11 @@ fos_user:

# EasyAdmin Configuration
easy_admin:
site_name: 'admin'
formats:
date: 'Y/m/d'
time: 'H:i'
datetime: 'Y/m/d H:i:s'
entities:
- AppBundle\Entity\User
- AppBundle\Entity\Team
Expand Down

0 comments on commit cab1294

Please sign in to comment.