Skip to content

Commit

Permalink
#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 7ac94f7 commit 658a747
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions classes/facades/Repo.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
use PKP\log\event\Repository as EventLogRepository;
use PKP\submissionFile\Repository as SubmissionFileRepository;
use PKP\userGroup\Repository as UserGroupRepository;
use PKP\jats\Repository as JatsRepository;

class Repo
{
Expand Down Expand Up @@ -104,4 +105,9 @@ public static function highlight(): HighlightRepository
{
return app(HighlightRepository::class);
}

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

0 comments on commit 658a747

Please sign in to comment.