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

11 lines
129 B
PHP

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