refactoring and working on redis.

This commit is contained in:
Taylor Otwell
2011-10-19 22:44:02 -05:00
parent ba29a0bd38
commit df9130dafa
8 changed files with 224 additions and 49 deletions

View File

@@ -40,7 +40,7 @@ class Manager {
if (is_null($config))
{
throw new \Exception("Database connection configuration is not defined for connection [$connection].");
throw new \Exception("Database connection is not defined for connection [$connection].");
}
static::$connections[$connection] = new Connection(static::connect($config), $config);