Skip to content

Commit

Permalink
php7
Browse files Browse the repository at this point in the history
  • Loading branch information
rostenkowski committed Mar 25, 2017
1 parent 210d30d commit 2bd5dc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ImageStore/Extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ class Extension extends CompilerExtension
'imageEntity' => 'Rostenkowski\ImageStore\Entity\ImageEntity',
'storageClass' => 'Rostenkowski\ImageStore\ImageStorage',
'basePath' => '/cache/images/',
'cacheDir' => 'www/cache/images',
'storageDir' => 'storage/images',
'cacheDir' => '%wwwDir/cache/images',
'storageDir' => '%appDir%/../storage/images',
'macros' => [
'Rostenkowski\ImageStore\Macro\ImageMacro',
],
Expand Down

0 comments on commit 2bd5dc4

Please sign in to comment.