mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
fix deprecated parameter
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
lexik_maintenance:
|
||||
driver:
|
||||
class: '\Lexik\Bundle\MaintenanceBundle\Drivers\FileDriver'
|
||||
options: {file_path: '%kernel.root_dir%/../var/cache/lock'}
|
||||
options: {file_path: '%kernel.project_dir%/../var/cache/lock'}
|
||||
|
||||
Reference in New Issue
Block a user