Skip to content

Commit

Permalink
pkp/pkp-lib#7505 Add repo to pkp-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
defstat committed Jan 8, 2024
1 parent 8737ec5 commit 82113e5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions classes/facades/Repo.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
use APP\user\Repository as UserRepository;
use PKP\facades\Repo as BaseRepo;
use PKP\galley\Repository as GalleyRepository;
use PKP\jats\Repository as JatsRepository;
use PKP\submission\reviewAssignment\Repository as ReviewAssignmentRepository;

class Repo extends BaseRepo
Expand Down Expand Up @@ -84,9 +83,4 @@ public static function reviewAssignment(): ReviewAssignmentRepository
{
return app(ReviewAssignmentRepository::class);
}

public static function jats(): JatsRepository
{
return app(JatsRepository::class);
}
}

0 comments on commit 82113e5

Please sign in to comment.