File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ first register a new handler service with your database credentials:
204
204
205
205
<services >
206
206
<service id =" Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler" public =" false" >
207
- <argument >env(DATABASE_URL)</argument >
207
+ <argument >% env(DATABASE_URL)% </argument >
208
208
209
209
<!-- you can also use PDO configuration, but requires passing two arguments: -->
210
210
<!-- <argument>mysql:dbname=mydatabase, host=myhost</argument>
@@ -296,7 +296,7 @@ passed to the ``PdoSessionHandler`` service:
296
296
297
297
<services >
298
298
<service id =" Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler" public =" false" >
299
- <argument >env(DATABASE_URL)</argument >
299
+ <argument >% env(DATABASE_URL)% </argument >
300
300
<argument type =" collection" >
301
301
<argument key =" db_table" >customer_session</argument >
302
302
<argument key =" db_id_col" >guid</argument >
You can’t perform that action at this time.
0 commit comments