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