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