Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98201932
DrydockSchemaSpec.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
Sat, Jan 11, 00:25
Size
244 B
Mime Type
text/x-php
Expires
Mon, Jan 13, 00:25 (2 d)
Engine
blob
Format
Raw Data
Handle
23532857
Attached To
rPH Phabricator
DrydockSchemaSpec.php
View Options
<?php
final
class
DrydockSchemaSpec
extends
PhabricatorConfigSchemaSpec
{
public
function
buildSchemata
()
{
$this
->
buildLiskSchemata
(
'DrydockDAO'
);
$this
->
buildTransactionSchema
(
new
DrydockBlueprintTransaction
());
}
}
Event Timeline
Log In to Comment