Browse Source

tweaking and refactoring the database connectors.

Taylor Otwell 13 years ago
parent
commit
454a5107c4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      laravel/config/container.php

+ 1 - 1
laravel/config/container.php

@@ -47,7 +47,7 @@ return array(
 	| The following components are used to establish PDO database connections
 	| to the various database systems supported by Laravel. By resolving these
 	| 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.
 	|
 	*/