Skip to content

Commit

Permalink
applyToAllPools should be private
Browse files Browse the repository at this point in the history
  • Loading branch information
brindasasi committed May 22, 2024
1 parent e036c05 commit 1e5d6ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/database/seeders/PoolCandidateTestSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public function run()

}

public function applyToAllPools($user, $status, $expiryDate = null, $placedDepartmentId = null)
private function applyToAllPools($user, $status, $expiryDate = null, $placedDepartmentId = null)
{
foreach ($this->publishedPools as $pool) {
// create a pool candidate in the pool
Expand Down

0 comments on commit 1e5d6ec

Please sign in to comment.