Skip to content

Commit

Permalink
pkp/pkp-lib#8700 Fixed namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasraoni committed May 29, 2024
1 parent 5283e8a commit 1882b75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion classes/submission/DAO.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
namespace APP\submission;

use APP\plugins\PubObjectsExportPlugin;
use DB;
use Illuminate\Database\Query\Builder;
use Illuminate\Database\Query\JoinClause;
use Illuminate\Support\Facades\DB;
use PKP\db\DAOResultFactory;
use PKP\db\DBResultRange;
use PKP\identity\Identity;
Expand Down
2 changes: 1 addition & 1 deletion classes/subscription/IndividualSubscriptionDAO.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
namespace APP\subscription;

use APP\core\Application;
use DB;
use Illuminate\Database\Query\JoinClause;
use Illuminate\Support\Facades\DB;
use PKP\core\Core;
use PKP\db\DAOResultFactory;
use PKP\db\DBResultRange;
Expand Down

0 comments on commit 1882b75

Please sign in to comment.