mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-23 05:50:55 +01:00
Merge pull request #351 from grpaul/patch-1
Add the quick shortcut to create an image macro. Maybe.
This commit is contained in:
commit
e5569bdd3a
1 changed files with 4 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue