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

11 lines
160 B
PHP

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