Skip to content

Commit

Permalink
Set default serializer metadata cache adapter to BackBeeCache
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Rouillon committed Dec 10, 2015
1 parent 99f0043 commit cc9d145
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Config/services/serializer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ services:
#JMS\Serializer\Metadata\Driver

serializer.metadata.cache:
class: BackBee\Rest\Metadata\Cache\FileCache
arguments: ["%bbapp.cache.dir%/"]
class: BackBee\Rest\Metadata\Cache\BackBeeCache
arguments: [@cache.bootstrap, %debug%]

serializer.naming_strategy:
class: BackBee\Serializer\Naming\DoctrinePropertyNamingStrategy
Expand Down

0 comments on commit cc9d145

Please sign in to comment.