Page MenuHomeDevCentral

ProjectsMap.php
No OneTemporary

ProjectsMap.php

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

File Metadata

Mime Type
text/x-php
Expires
Sun, Jul 27, 20:36 (9 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2759121
Default Alt Text
ProjectsMap.php (400 B)

Event Timeline