mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +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() {
|
public function getApplicationGroup() {
|
||||||
return self::GROUP_UTILITIES;
|
return self::GROUP_UTILITIES;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getQuickCreateURI() {
|
||||||
|
return $this->getBaseURI().'create/';
|
||||||
|
}
|
||||||
|
|
||||||
public function getRoutes() {
|
public function getRoutes() {
|
||||||
return array(
|
return array(
|
||||||
|
|
Loading…
Reference in a new issue