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

10 lines
126 B
PHP

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