1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00

Merge pull request #351 from grpaul/patch-1

Add the quick shortcut to create an image macro. Maybe.
This commit is contained in:
Chad Little 2013-07-02 21:18:07 -07:00
commit e5569bdd3a

View file

@ -21,6 +21,10 @@ final class PhabricatorApplicationMacro extends PhabricatorApplication {
public function getApplicationGroup() {
return self::GROUP_UTILITIES;
}
public function getQuickCreateURI() {
return $this->getBaseURI().'create/';
}
public function getRoutes() {
return array(