mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-11 09:22:40 +01:00
11 lines
168 B
PHP
11 lines
168 B
PHP
|
<?php
|
||
|
|
||
|
final class DifferentialCustomFieldStorage
|
||
|
extends PhabricatorCustomFieldStorage {
|
||
|
|
||
|
public function getApplicationName() {
|
||
|
return 'differential';
|
||
|
}
|
||
|
|
||
|
}
|