Commit 26c50d4a authored by Denis Roussel's avatar Denis Roussel

Grammar tweak

parent 44c11ca2
...@@ -20,7 +20,7 @@ application:: ...@@ -20,7 +20,7 @@ application::
$app->register(new Acme\DatabaseServiceProvider()); $app->register(new Acme\DatabaseServiceProvider());
You can also provide some parameters as a second argument. These You can also provide some parameters as a second argument. These
will be set **after** the provider is registered, but **before** is booted: will be set **after** the provider is registered, but **before** it is booted:
$app->register(new Acme\DatabaseServiceProvider(), array( $app->register(new Acme\DatabaseServiceProvider(), array(
'database.dsn' => 'mysql:host=localhost;dbname=myapp', 'database.dsn' => 'mysql:host=localhost;dbname=myapp',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment