Page MenuHomec4science

PhabricatorOwnersCustomFieldStorage.php
No OneTemporary

File Metadata

Created
Mon, Jan 6, 18:30

PhabricatorOwnersCustomFieldStorage.php

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

Event Timeline