Skip to content

Commit

Permalink
Bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
GCalmels committed Dec 5, 2014
1 parent fbe0c8b commit c3ca5ff
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/CG/PlatformBundle/Entity/EventRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,4 @@ public function findByEnabledWithOrder($enabled)
return $this->findBy(array('enabled' => $enabled), array('id' => 'DESC'));
}

public function findAllByDonations()
{

return $this->findBy(array(), array)
}

}

0 comments on commit c3ca5ff

Please sign in to comment.