Remove useless spaces

This commit is contained in:
Jeremy Benoist 2016-06-24 11:28:07 +02:00
parent fb5c17a9ab
commit 2bc9cad78e
6 changed files with 48 additions and 42 deletions

View file

@ -5,17 +5,19 @@ imports:
framework:
#esi: ~
translator: { fallback: "%locale%" }
translator:
enabled: true
fallback: "%locale%"
secret: "%secret%"
router:
resource: "%kernel.root_dir%/config/routing.yml"
strict_requirements: ~
form: ~
csrf_protection: ~
validation: { enable_annotations: true }
validation:
enable_annotations: true
templating:
engines: ['twig']
#assets_version: SomeVersionScheme
default_locale: "%locale%"
trusted_hosts: ~
trusted_proxies: ~
@ -111,7 +113,8 @@ swiftmailer:
host: "%mailer_host%"
username: "%mailer_user%"
password: "%mailer_password%"
spool: { type: memory }
spool:
type: memory
fos_rest:
param_fetcher_listener: true

View file

@ -5,7 +5,8 @@ framework:
router:
resource: "%kernel.root_dir%/config/routing_dev.yml"
strict_requirements: true
profiler: { only_exceptions: false }
profiler:
only_exceptions: false
web_profiler:
toolbar: true

View file

@ -8,7 +8,9 @@ security:
providers:
administrators:
entity: { class: WallabagUserBundle:User, property: username }
entity:
class: WallabagUserBundle:User
property: username
fos_userbundle:
id: fos_user.user_provider.username