Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F116058997
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
Wed, Jun 4, 16:44
Size
234 B
Mime Type
text/x-php
Expires
Fri, Jun 6, 16:44 (2 d)
Engine
blob
Format
Raw Data
Handle
26557189
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