Remove product literal strings in "pht()", part 18
[phabricator.git] / src / applications / calendar / command / PhabricatorCalendarEventEmailCommand.php
blob1ef7adafecbee7f1a5b4f9652b6f57962fd5a8f1
1 <?php
3 abstract class PhabricatorCalendarEventEmailCommand
4 extends MetaMTAEmailTransactionCommand {
6 public function isCommandSupportedForObject(
7 PhabricatorApplicationTransactionInterface $object) {
8 return ($object instanceof PhabricatorCalendarEvent);