Page MenuHomeDevCentral

Services.php
No OneTemporary

Services.php

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

File Metadata

Mime Type
text/x-php
Expires
Tue, Jul 29, 13:55 (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2758871
Default Alt Text
Services.php (382 B)

Event Timeline