]> git.mxchange.org Git - friendica.git/commitdiff
Fix test
authorMichael <heluecht@pirati.ca>
Wed, 20 Apr 2022 06:33:14 +0000 (06:33 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 20 Apr 2022 06:33:14 +0000 (06:33 +0000)
src/Model/Post/Question.php
src/Model/Post/QuestionOption.php

index 949ff2ec5e4d7ab87d6d40f306cb061b118c914b..75de2925d33ff06f03fa0b11ae504f053472966e 100644 (file)
@@ -21,8 +21,7 @@
 
 namespace Friendica\Model\Post;
 
-use \BadMethodCallException;
-use Friendica\Database\Database;
+use BadMethodCallException;
 use Friendica\Database\DBA;
 use Friendica\Database\DBStructure;
 
index d5e82d57ddfb28d98b61206e0600b92ea65022b8..9ca4ba3b69dc2225b59794ccc27b734d5b5e29fe 100644 (file)
@@ -21,8 +21,7 @@
 
 namespace Friendica\Model\Post;
 
-use \BadMethodCallException;
-use Friendica\Database\Database;
+use BadMethodCallException;
 use Friendica\Database\DBA;
 use Friendica\Database\DBStructure;