mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 15:06:06 +00:00
custom folder support. new service factory
This commit is contained in:
@@ -16,7 +16,7 @@ class Stream extends \Espo\Core\Controllers\Base
|
||||
$offset = intval($request->get('offset'));
|
||||
$maxSize = intval($request->get('maxSize'));
|
||||
|
||||
$service = $this->getService('\\Espo\\Services\\Stream');
|
||||
$service = $this->getService('Stream');
|
||||
|
||||
$result = $service->find($scope, $id, array(
|
||||
'offset' => $offset,
|
||||
|
||||
Reference in New Issue
Block a user