mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-14 10:52:41 +01:00
12 lines
163 B
PHP
12 lines
163 B
PHP
|
<?php
|
||
|
|
||
|
final class ManiphestCustomFieldStorage
|
||
|
extends PhabricatorCustomFieldStorage {
|
||
|
|
||
|
public function getApplicationName() {
|
||
|
return 'maniphest';
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|