Commit 2b01afec authored by Steve Müller's avatar Steve Müller

fix CS

parent 32108355
......@@ -20,7 +20,7 @@
namespace Doctrine\DBAL\Driver\OCI8;
use Doctrine\DBAL\Connection;
use Doctrine\DBAL\Platforms;
use Doctrine\DBAL\Platforms\OraclePlatform;
use Doctrine\DBAL\Schema\OracleSchemaManager;
/**
......@@ -90,7 +90,7 @@ class Driver implements \Doctrine\DBAL\Driver
*/
public function getDatabasePlatform()
{
return new Platforms\OraclePlatform();
return new OraclePlatform();
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment