Skip to content

Commit

Permalink
added filesystem encoder setting
Browse files Browse the repository at this point in the history
  • Loading branch information
tedivm committed Nov 25, 2014
1 parent ca2c650 commit ffa81dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DependencyInjection/Configuration.php
Expand Up @@ -38,7 +38,8 @@ class Configuration implements ConfigurationInterface
'filePermissions' => 0660,
'dirPermissions' => 0770,
'memKeyLimit' => 200,
'keyHashFunction' => 'md5'
'keyHashFunction' => 'md5',
'encoder' => 'Native'
),
'SQLite' => array(
'filePermissions' => 0660,
Expand Down

0 comments on commit ffa81dc

Please sign in to comment.