Skip to content

Commit

Permalink
chore: remove unneeded comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemcshea committed Jul 24, 2024
1 parent 0303b90 commit 9489f4a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/Domain/Projects/Services/Projects.php
Original file line number Diff line number Diff line change
Expand Up @@ -1561,9 +1561,6 @@ public function getAll(bool $showClosedProjects = false): array
return $this->projectRepository->getAll($showClosedProjects);
}

/**
* @return array
*/
public function pollForUpdatedProjects(): array
{
$projects = $this->projectRepository->getAll(false);
Expand Down

0 comments on commit 9489f4a

Please sign in to comment.