From bc197cbb5e7adee8833708051a67a2f7a0d5773b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=8Carodej?= Date: Wed, 16 Mar 2022 11:08:57 +0100 Subject: [PATCH] added SubscriptionWasCreatedNotification --- .../components/Notifications/Notification.vue | 8 +++- .../SubscriptionWasCreatedNotification.php | 47 +++++++++++++++++++ .../Listeners/SubscriptionEventSubscriber.php | 3 ++ 3 files changed, 57 insertions(+), 1 deletion(-) create mode 100644 src/Domain/Subscriptions/Notifications/SubscriptionWasCreatedNotification.php diff --git a/resources/js/components/Notifications/Notification.vue b/resources/js/components/Notifications/Notification.vue index 35d40d57..6c0d72a9 100644 --- a/resources/js/components/Notifications/Notification.vue +++ b/resources/js/components/Notifications/Notification.vue @@ -13,6 +13,11 @@ size="22" class="vue-feather text-theme shrink-0" /> +