Skip to content

Commit f7cee31

Browse files
committed
reverted remove of test required statement
1 parent 9020b4e commit f7cee31

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/dba/AbstractModelFactory.class.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
namespace DBA;
44

5+
// this is needed for tests (not really great, but no other way currently)
6+
use JsonSchema\Constraints\Drafts\Draft06\AnyOfConstraint;
7+
58
use MassUpdateSet;
69
use PDO, PDOStatement, PDOException;
710
use UI;

0 commit comments

Comments
 (0)