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

11 lines
139 B
PHP

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