Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / src / applications / badges / storage / PhabricatorBadgesDAO.php
blob1332ed3acc3f3b8535caf33b8e7a51fe68aa2d23
1 <?php
3 abstract class PhabricatorBadgesDAO extends PhabricatorLiskDAO {
5 public function getApplicationName() {
6 return 'badges';