Skip to content
This repository has been archived by the owner on May 24, 2018. It is now read-only.

Commit

Permalink
Merge pull request #970 in develop
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Jul 18, 2013
2 parents 56ba508 + d9d2757 commit a71b1dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/languages/en/tutorials/tutorial.dbadapter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ look something like this:
.. code-block:: php
:linenos:
// config/autoload/database.local.php
// config/autoload/global.php
return array(
'db' => array(
Expand Down Expand Up @@ -67,7 +67,7 @@ In order to utilize this adapter in non-ServiceLocatorAware classes, you can use
.. code-block:: php
:linenos:
// config/autoload/database.local.php
// config/autoload/global.php
return array(
'db' => array(
Expand Down

0 comments on commit a71b1dc

Please sign in to comment.