mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
cs fix
This commit is contained in:
@@ -54,7 +54,8 @@ class Evaluator
|
||||
|
||||
private $parsedHash;
|
||||
|
||||
public function __construct(InjectableFactory $injectableFactory, array $functionClassNameMap = []) {
|
||||
public function __construct(InjectableFactory $injectableFactory, array $functionClassNameMap = [])
|
||||
{
|
||||
$this->attributeFetcher = new AttributeFetcher();
|
||||
|
||||
$this->injectableFactory = $injectableFactory;
|
||||
|
||||
Reference in New Issue
Block a user