Page MenuHomeDevCentral

DockerHub.php
No OneTemporary

DockerHub.php

<?php
namespace Nasqueron\Notifications\Facades;
use Illuminate\Support\Facades\Facade;
/**
* @see \Keruald\DockerHub\Build\TriggerBuildFactory
*/
class DockerHub extends Facade {
/**
* Gets the registered name of the component.
*
* @return string
*/
protected static function getFacadeAccessor() : string {
return 'dockerhub';
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, Jun 8, 07:54 (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3661198
Default Alt Text
DockerHub.php (379 B)

Event Timeline