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,