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
Mon, Nov 17, 15:43 (3 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3138757
Default Alt Text
PhabricatorAPI.php (404 B)

Event Timeline