mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
fix formula errors
This commit is contained in:
@@ -29,10 +29,7 @@
|
||||
|
||||
namespace Espo\Core\Formula\Functions;
|
||||
|
||||
use Espo\Core\Formula\{
|
||||
Functions\BaseFunction,
|
||||
ArgumentList,
|
||||
};
|
||||
use Espo\Core\Formula\ArgumentList;
|
||||
|
||||
class AssignType extends BaseFunction
|
||||
{
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
|
||||
namespace Espo\Core\Formula\Functions\RecordGroup;
|
||||
|
||||
use Espo\Core\Exceptions\Error;
|
||||
use Espo\Core\Formula\Exceptions\Error;
|
||||
|
||||
use Espo\Core\Di;
|
||||
|
||||
|
||||
@@ -29,13 +29,12 @@
|
||||
|
||||
namespace Espo\Core\Formula\Functions;
|
||||
|
||||
use Espo\Core\Exceptions\Error;
|
||||
use Espo\Core\Formula\Exceptions\Error;
|
||||
|
||||
class SetAttributeType extends Base
|
||||
{
|
||||
/**
|
||||
* @return mixed
|
||||
* @throws \Espo\Core\Formula\Exceptions\Error
|
||||
* @throws Error
|
||||
*/
|
||||
public function process(\stdClass $item)
|
||||
|
||||
Reference in New Issue
Block a user