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
Wed, Jul 2, 21:29 (2 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2759392
Default Alt Text
Mailgun.php (369 B)

Event Timeline