We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9020b4e commit f7cee31Copy full SHA for f7cee31
src/dba/AbstractModelFactory.class.php
@@ -2,6 +2,9 @@
2
3
namespace DBA;
4
5
+// this is needed for tests (not really great, but no other way currently)
6
+use JsonSchema\Constraints\Drafts\Draft06\AnyOfConstraint;
7
+
8
use MassUpdateSet;
9
use PDO, PDOStatement, PDOException;
10
use UI;
0 commit comments