renamed postgres class

This commit is contained in:
Taylor Otwell 2011-08-19 20:15:05 -05:00
parent 5b85edb23b
commit e822f34c2f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
use Laravel\DB\Connector;
class MySQL extends Connector {
class Postgres extends Connector {
/**
* Establish a PDO database connection.