From 1171a27c34470d02debe23be4d8593bb385d651c Mon Sep 17 00:00:00 2001 From: Florian Strohmaier Date: Wed, 23 Oct 2019 12:30:30 +0200 Subject: [PATCH] Introduce NotificationList Widget --- .../Eagle/Widget/ItemList/NotificationList.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 library/Eagle/Widget/ItemList/NotificationList.php diff --git a/library/Eagle/Widget/ItemList/NotificationList.php b/library/Eagle/Widget/ItemList/NotificationList.php new file mode 100644 index 00000000..bc94222a --- /dev/null +++ b/library/Eagle/Widget/ItemList/NotificationList.php @@ -0,0 +1,15 @@ + 'notification-list']; + + protected function getItemClass() + { + return NotificationListItem::class; + } +}