fix connector conflict.

This commit is contained in:
Taylor Otwell
2011-08-01 17:59:31 -05:00
4 changed files with 41 additions and 24 deletions

View File

@@ -65,10 +65,8 @@ class Connector {
{
return new \PDO('sqlite:'.$config->database, null, null, $this->options);
}
else
{
throw new \Exception("SQLite database [".$config->database."] could not be found.");
}
throw new \Exception("SQLite database [".$config->database."] could not be found.");
}
/**