cs fixes and cleanup

This commit is contained in:
Yuri Kuznetsov
2020-06-29 13:45:03 +03:00
parent 518ed97ed4
commit 7f3d099148
41 changed files with 69 additions and 112 deletions

View File

@@ -29,11 +29,10 @@
namespace Espo\Controllers;
use \Espo\Core\Exceptions\Forbidden;
use Espo\Core\Exceptions\Forbidden;
class Metadata extends \Espo\Core\Controllers\Base
{
public function actionRead($params, $data)
{
return $this->getServiceFactory()->create('Metadata')->getDataForFrontend();