Page MenuHomec4science

PhabricatorOwnersCustomFieldStorage.php
No OneTemporary

File Metadata

Created
Tue, Nov 12, 00:04

PhabricatorOwnersCustomFieldStorage.php

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

Event Timeline