tweaking and refactoring the database connectors.

This commit is contained in:
Taylor Otwell 2011-10-15 23:20:44 -05:00
parent 893acd8743
commit 454a5107c4
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
| The following components are used to establish PDO database connections | The following components are used to establish PDO database connections
| to the various database systems supported by Laravel. By resolving these | to the various database systems supported by Laravel. By resolving these
| connectors out of the IoC container, new database systems may be added | connectors out of the IoC container, new database systems may be added
| by simply registering a connector. | by simply registering a connector in the container.
| |
*/ */