Commit cf801e79 authored by Steve Müller's avatar Steve Müller

fix driver implementation

parent 18b19e7f
...@@ -32,7 +32,7 @@ use Doctrine\DBAL\Schema\SQLAnywhereSchemaManager; ...@@ -32,7 +32,7 @@ use Doctrine\DBAL\Schema\SQLAnywhereSchemaManager;
* @link www.doctrine-project.org * @link www.doctrine-project.org
* @since 2.5 * @since 2.5
*/ */
class Driver implements ExceptionConverterDriver class Driver implements \Doctrine\DBAL\Driver, ExceptionConverterDriver
{ {
/** /**
* {@inheritdoc} * {@inheritdoc}
......
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