Files
php-flasher/NotyBuilder.php
T
2020-12-06 23:36:29 +01:00

10 lines
147 B
PHP

<?php
namespace Flasher\Noty\Prime;
use Flasher\Prime\Notification\NotificationBuilder;
final class NotyBuilder extends NotificationBuilder
{
}