From e09a737a9133e84c42ae2f1d27871eb6e9cb57c0 Mon Sep 17 00:00:00 2001 From: Nabi Date: Tue, 3 Oct 2023 18:24:46 +0330 Subject: [PATCH 1/2] Added notification bar. --- src/Widgets/NotificationBar.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/Widgets/NotificationBar.php diff --git a/src/Widgets/NotificationBar.php b/src/Widgets/NotificationBar.php new file mode 100644 index 0000000..cf1bb6f --- /dev/null +++ b/src/Widgets/NotificationBar.php @@ -0,0 +1,24 @@ +notificationBar(); + } + +} From 1a1b71759e19c011dbaa8d5fc3d6d386473315b6 Mon Sep 17 00:00:00 2001 From: Nabi <32398454+navidabdi@users.noreply.github.com> Date: Tue, 3 Oct 2023 14:59:05 +0000 Subject: [PATCH 2/2] Updated comment. --- src/Widgets/NotificationBar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Widgets/NotificationBar.php b/src/Widgets/NotificationBar.php index cf1bb6f..1b4565d 100644 --- a/src/Widgets/NotificationBar.php +++ b/src/Widgets/NotificationBar.php @@ -13,7 +13,7 @@ class NotificationBar { /** - * Init + * Init the NotificationBar class * * @uses init */