Page MenuHomec4science

PhabricatorOwnersCustomFieldStorage.php
No OneTemporary

File Metadata

Created
Wed, May 7, 05:49

PhabricatorOwnersCustomFieldStorage.php

<?php
final class PhabricatorOwnersCustomFieldStorage
extends PhabricatorCustomFieldStorage {
public function getApplicationName() {
return 'owners';
}
}

Event Timeline