Skip to content

Commit

Permalink
#8700 Fixed namespace
Browse files Browse the repository at this point in the history
(cherry picked from commit 483f207)
  • Loading branch information
jonasraoni committed May 30, 2024
1 parent b985acc commit 41e5643
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion classes/reviewForm/ReviewFormElementDAO.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

namespace PKP\reviewForm;

use DB;
use Illuminate\Database\Query\Builder;
use Illuminate\Support\Facades\DB;
use PKP\db\DAORegistry;
use PKP\db\DAOResultFactory;
use PKP\db\DBResultRange;
Expand Down
2 changes: 1 addition & 1 deletion classes/submission/SubmissionCommentDAO.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

namespace PKP\submission;

use DB;
use Illuminate\Database\Query\Builder;
use Illuminate\Support\Facades\DB;
use PKP\db\DAOResultFactory;
use PKP\plugins\Hook;

Expand Down

0 comments on commit 41e5643

Please sign in to comment.