mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 08:16:43 -04:00
Fix missing exception class import
Regression of https://github.com/nextcloud/server/pull/27121 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
fb224dd02c
commit
16d04755cf
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ declare(strict_types=1);
|
|||
namespace OCP\AppFramework\Db;
|
||||
|
||||
use Doctrine\DBAL\Exception\UniqueConstraintViolationException;
|
||||
use OCP\DB\Exception;
|
||||
use OCP\DB\QueryBuilder\IQueryBuilder;
|
||||
use OCP\IDBConnection;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue