Remove all "FileHasObject" edge reads and writes
[phabricator.git] / src / applications / maniphest / command / ManiphestEmailCommand.php
blob5826135f9555d99c12e09b23bf37891a00cbec72
1 <?php
3 abstract class ManiphestEmailCommand
4 extends MetaMTAEmailTransactionCommand {
6 public function isCommandSupportedForObject(
7 PhabricatorApplicationTransactionInterface $object) {
8 return ($object instanceof ManiphestTask);