This commit is contained in:
Yuri Kuznetsov
2022-10-14 14:06:22 +03:00
parent fa679b6dd2
commit f253e021d0
22 changed files with 2556 additions and 2489 deletions
+3 -4
View File
@@ -36,7 +36,7 @@ use Espo\Core\{
Record\SearchParamsFetcher,
};
use Espo\Services\Stream as Service;
use Espo\Tools\Stream\Service as Service;
use stdClass;
@@ -44,9 +44,8 @@ class Stream
{
public static string $defaultAction = 'list';
private $service;
private $searchParamsFetcher;
private Service $service;
private SearchParamsFetcher $searchParamsFetcher;
public function __construct(
Service $service,