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

14 lines
199 B
PHP

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