Skip to content

Commit

Permalink
pkp#10292 typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
touhidurabir committed Aug 19, 2024
1 parent a581dc9 commit 12072a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions classes/submission/SubmissionAgencyVocab.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function scopeGetAgencies(
/**
* Get an array of all of the submission's agencies
*/
public function scoprGetAllUniqueAgencies(Builder $query):array
public function scopeGetAllUniqueAgencies(Builder $query):array
{
return Repo::controlledVocab()->getAllUniqueBySymbolic(
static::CONTROLLED_VOCAB_SUBMISSION_AGENCY
Expand All @@ -71,7 +71,7 @@ public function scoprGetAllUniqueAgencies(Builder $query):array
* @param bool $deleteFirst True iff existing agencies should be removed first.
* @param int $assocType DO NOT USE: For <3.1 to 3.x migration pkp/pkp-lib#3572 pkp/pkp-lib#6213
*/
public function scoprInsertAgencies(
public function scopeInsertAgencies(
Builder $query,
array $agencies,
int $publicationId,
Expand Down

0 comments on commit 12072a7

Please sign in to comment.