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; + } +}