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