Commit 2b002e50 authored by Kim Hemsø Rasmussen's avatar Kim Hemsø Rasmussen

Addd missing break

parent 408a967d
......@@ -137,6 +137,7 @@ class Driver implements \Doctrine\DBAL\Driver, ExceptionConverterDriver
if (strpos($exception->getMessage(), 'in field list is ambiguous') !== false) {
return DBALException::ERROR_NON_UNIQUE_FIELD_NAME;
}
break;
}
return 0;
......
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