Page MenuHomeDevCentral

PhabricatorAPI.php
No OneTemporary

PhabricatorAPI.php

<?php
namespace Nasqueron\Notifications\Facades;
use Illuminate\Support\Facades\Facade;
/**
* @see \Nasqueron\Notifications\Phabricator\PhabricatorAPIFactory
*/
class PhabricatorAPI extends Facade {
/**
* Gets the registered name of the component.
*
* @return string
*/
protected static function getFacadeAccessor() : string {
return 'phabricator-api';
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Jul 29, 13:52 (20 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2759733
Default Alt Text
PhabricatorAPI.php (404 B)

Event Timeline