add noty library support

This commit is contained in:
Khoubza Younes
2020-12-06 23:36:29 +01:00
parent 9dd1d324b5
commit 043c381c27
51 changed files with 3358 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
namespace Flasher\Noty\Prime;
use Flasher\Prime\Notification\NotificationBuilder;
final class NotyBuilder extends NotificationBuilder
{
}