Files
php-flasher/SweetAlert.php
T
2020-12-10 13:55:46 +01:00

10 lines
138 B
PHP

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