From 454a5107c44c11cc7efa1b623328dd1d995cd537 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sat, 15 Oct 2011 23:20:44 -0500 Subject: [PATCH] tweaking and refactoring the database connectors. --- laravel/config/container.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel/config/container.php b/laravel/config/container.php index e82839f6..22127b9c 100644 --- a/laravel/config/container.php +++ b/laravel/config/container.php @@ -47,7 +47,7 @@ | 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. | */