Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F104851541
PhabricatorAuditSchemaSpec.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Mar 12, 21:40
Size
253 B
Mime Type
text/x-php
Expires
Fri, Mar 14, 21:40 (2 d)
Engine
blob
Format
Raw Data
Handle
24853459
Attached To
rPH Phabricator
PhabricatorAuditSchemaSpec.php
View Options
<?php
final
class
PhabricatorAuditSchemaSpec
extends
PhabricatorConfigSchemaSpec
{
public
function
buildSchemata
()
{
$this
->
buildTransactionSchema
(
new
PhabricatorAuditTransaction
(),
new
PhabricatorAuditTransactionComment
());
}
}
Event Timeline
Log In to Comment