Skip to content

Commit

Permalink
pkp#10328 Remove announcement Repository class
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy-1 committed Sep 9, 2024
1 parent a6c02f8 commit 5a091e8
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 @@ -24,7 +24,6 @@

namespace PKP\facades;

use PKP\announcement\Repository as AnnouncementRepository;
use PKP\author\Repository as AuthorRepository;
use PKP\category\Repository as CategoryRepository;
use PKP\decision\Repository as DecisionRepository;
Expand All @@ -45,11 +44,6 @@

class Repo
{
public static function announcement(): AnnouncementRepository
{
return app(AnnouncementRepository::class);
}

public static function author(): AuthorRepository
{
return app(AuthorRepository::class);
Expand Down

0 comments on commit 5a091e8

Please sign in to comment.