Files
php-flasher/NotyfBuilder.php
T
Khoubza Younes 196d8a1164 update namespaces
2020-12-06 17:29:32 +01:00

14 lines
195 B
PHP

<?php
namespace Flasher\Notyf\Prime;
use Flasher\Prime\Notification\NotificationBuilder;
/**
* @method Pnotify getNotification()
*/
final class NotyfBuilder extends NotificationBuilder
{
}