Skip to content

Commit

Permalink
Merge pull request #28214 from nextcloud/fix/missing-qbmapper-excepti…
Browse files Browse the repository at this point in the history
…on-import

Fix missing exception class import
  • Loading branch information
ChristophWurst authored Jul 28, 2021
2 parents a02b669 + 16d0475 commit 9d163ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/public/AppFramework/Db/QBMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
namespace OCP\AppFramework\Db;

use Doctrine\DBAL\Exception\UniqueConstraintViolationException;
use OCP\DB\Exception;
use OCP\DB\QueryBuilder\IQueryBuilder;
use OCP\IDBConnection;

Expand Down

0 comments on commit 9d163ec

Please sign in to comment.