Skip to content

Commit

Permalink
pkp/pkp-lib#9262 Move shared code to pkp-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
NateWr authored and asmecher committed Oct 11, 2023
1 parent e1df5d6 commit b05efed
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\highlight\Repository as HighlightRepository;

class Repo extends BaseRepo
{
Expand All @@ -44,11 +43,6 @@ public static function galley(): GalleyRepository
return app(GalleyRepository::class);
}

public static function highlight(): HighlightRepository
{
return app(HighlightRepository::class);
}

public static function issue(): IssueRepository
{
return app(IssueRepository::class);
Expand Down

0 comments on commit b05efed

Please sign in to comment.