mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
14 lines
195 B
PHP
14 lines
195 B
PHP
<?php
|
|
|
|
namespace Flasher\Notyf\Prime;
|
|
|
|
use Flasher\Prime\Notification\NotificationBuilder;
|
|
|
|
/**
|
|
* @method Pnotify getNotification()
|
|
*/
|
|
final class NotyfBuilder extends NotificationBuilder
|
|
{
|
|
|
|
}
|