From fd6554658bc8c7e3bd42ff3685deea97391e4d93 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Mon, 29 Mar 2021 16:01:24 +0300 Subject: [PATCH] fix --- application/Espo/Hooks/Common/Notifications.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/application/Espo/Hooks/Common/Notifications.php b/application/Espo/Hooks/Common/Notifications.php index 7fc03ecc5c..f039a6951c 100644 --- a/application/Espo/Hooks/Common/Notifications.php +++ b/application/Espo/Hooks/Common/Notifications.php @@ -29,7 +29,10 @@ namespace Espo\Hooks\Common; -use Espo\ORM\Entity; +use Espo\{ + ORM\Entity, + Services\Stream as StreamService, +}; use Espo\Core\{ Utils\Metadata,