File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/documentation/digging-deeper Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ you need to access the `Config` directly you should do so using the `::instance(
99
1010## Defaults
1111
12- The only default that is currently expected to be used is the default ` Connection ` . This is set to the local machine
13- that ` PHP ` is running on .
12+ The only default setting that I'm currently outlining is the connection. If not defined then the default connection is
13+ the machine that is currently running PHP .
1414
1515``` php
1616# config/connections.php
@@ -65,7 +65,7 @@ new Config($connections);
6565
6666Either method above will instantiate the ` Config ` object to be used later. Again, be sure to do this prior to any
6767calls to assure predictable behavior. If you use ` Config::instance($connections) ` the new connections will simply be
68- merged in to an already started instance.
68+ merged in to an already started instance, if one exists, or a new instance will be started with the given configuration .
6969
7070Accessing the configuration object in the following way keeps you from trampling over the current configuration and
7171allows you to make global changes.
You can’t perform that action at this time.
0 commit comments