fieldUtil usage

This commit is contained in:
Yuri Kuznetsov
2020-09-07 09:29:27 +03:00
parent 7d5ad5d030
commit 90fdbc872e
17 changed files with 109 additions and 106 deletions
@@ -96,9 +96,9 @@ class FieldManager
return $this->container->get('defaultLanguage');
}
protected function getFieldManagerUtil()
protected function getFieldUtil()
{
return $this->container->get('fieldManagerUtil');
return $this->container->get('fieldUtil');
}
public function read(string $scope, string $name) : array