8000 minor #8345 Update storage.rst (atailouloute) · symfony/symfony-docs@8dfb4c2 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 8dfb4c2

Browse files
committed
minor #8345 Update storage.rst (atailouloute)
This PR was submitted for the 3.2 branch but it was merged into the 2.7 branch instead (closes #8345). Discussion ---------- Update storage.rst Commits ------- 328cb43 Update storage.rst
2 parents ec0b4c1 + 328cb43 commit 8dfb4c2

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