mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
10 lines
147 B
PHP
10 lines
147 B
PHP
<?php
|
|
|
|
namespace Flasher\Noty\Prime;
|
|
|
|
use Flasher\Prime\Notification\NotificationBuilder;
|
|
|
|
final class NotyBuilder extends NotificationBuilder
|
|
{
|
|
}
|