Fix tests and move to 7.3 as a min php version

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2022-03-22 15:07:42 +01:00
parent 5408d4f9c5
commit 3e6a80eb37
5 changed files with 1038 additions and 949 deletions

View File

@@ -26,6 +26,7 @@ namespace OCA\Deck\Db;
use OC\Cache\CappedMemoryCache;
use OCA\Deck\Service\CirclesService;
use OCP\AppFramework\Db\DoesNotExistException;
use OCP\DB\QueryBuilder\IQueryBuilder;
use OCP\IDBConnection;
use OCP\IUserManager;
use OCP\IGroupManager;