Commit a4686edf authored by flip111's avatar flip111

Fixed a small mistake where method getDefaultSchemaName was declared as...

Fixed a small mistake where method getDefaultSchemaName was declared as protected instead of public.
parent 8730afde
......@@ -2758,7 +2758,7 @@ abstract class AbstractPlatform
*
* @throws \Doctrine\DBAL\DBALException If not supported on this platform.
*/
protected function getDefaultSchemaName()
public function getDefaultSchemaName()
{
throw DBALException::notSupported(__METHOD__);
}
......
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