Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / src / applications / calendar / search / PhabricatorCalendarEventFerretEngine.php
blob70e456e0344c91cc6ed4ed160010c47a43c0c1da
1 <?php
3 final class PhabricatorCalendarEventFerretEngine
4 extends PhabricatorFerretEngine {
6 public function getApplicationName() {
7 return 'calendar';
10 public function getScopeName() {
11 return 'event';
14 public function newSearchEngine() {
15 return new PhabricatorCalendarEventSearchEngine();