We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8737ec5 commit 82113e5Copy full SHA for 82113e5
classes/facades/Repo.php
@@ -25,7 +25,6 @@
25
use APP\user\Repository as UserRepository;
26
use PKP\facades\Repo as BaseRepo;
27
use PKP\galley\Repository as GalleyRepository;
28
-use PKP\jats\Repository as JatsRepository;
29
use PKP\submission\reviewAssignment\Repository as ReviewAssignmentRepository;
30
31
class Repo extends BaseRepo
@@ -84,9 +83,4 @@ public static function reviewAssignment(): ReviewAssignmentRepository
84
83
{
85
return app(ReviewAssignmentRepository::class);
86
}
87
-
88
- public static function jats(): JatsRepository
89
- {
90
- return app(JatsRepository::class);
91
- }
92
0 commit comments