8000 Update storage.rst · symfony/symfony-docs@328cb43 · GitHub
[go: up one dir, main page]

Skip to content

Commit 328cb43

Browse files
atailouloutexabbuh
authored andcommitted
Update storage.rst
1 parent ec0b4c1 commit 328cb43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

profiler/storage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ uses MySQL as the storage for the profiler with a lifetime of one hour:
5050
// ...
5151
$container->loadFromExtension('framework', array(
5252
'profiler' => array(
53-
'dsn' => 'mysql:host=localhost;dbname=%database_name%',
53+
'dsn' => 'mysql:host=localhost;dbname=%database_name%',
5454
'username' => '%database_user',
5555
'password' => '%database_password%',
5656
'lifetime' => 3600,

0 commit comments

Comments
 (0)
0