Page MenuHomeDevCentral

Mailgun.php
No OneTemporary

Mailgun.php

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

File Metadata

Mime Type
text/x-php
Expires
Sun, Nov 16, 13:42 (18 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3156524
Default Alt Text
Mailgun.php (340 B)

Event Timeline