Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F117003388
DoorkeeperSchemaSpec.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
Tue, Jun 10, 19:40
Size
234 B
Mime Type
text/x-php
Expires
Thu, Jun 12, 19:40 (2 d)
Engine
blob
Format
Raw Data
Handle
26664882
Attached To
rPH Phabricator
DoorkeeperSchemaSpec.php
View Options
<?php
final
class
DoorkeeperSchemaSpec
extends
PhabricatorConfigSchemaSpec
{
public
function
buildSchemata
()
{
$this
->
buildLiskSchemata
(
'DoorkeeperDAO'
);
$this
->
buildEdgeSchemata
(
new
DoorkeeperExternalObject
());
}
}
Event Timeline
Log In to Comment