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.
*
* @return string
*/
protected static function getFacadeAccessor() : string {
return 'mailgun';
}
}

File Metadata

Mime Type
text/x-php
Expires
Sun, Nov 16, 13:04 (28 m, 12 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3141706
Default Alt Text
Mailgun.php (369 B)

Event Timeline