Page MenuHomec4science

PhabricatorOwnersCustomFieldStorage.php
No OneTemporary

File Metadata

Created
Mon, Jul 7, 07:08

PhabricatorOwnersCustomFieldStorage.php

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

Event Timeline