src/ngrest/render/RenderCrudView.php
Method getAngularControllerConfig
has 31 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected function getAngularControllerConfig()
{
return [
'apiListQueryString' => $this->context->apiQueryString('list'),
'apiUpdateQueryString' => $this->context->apiQueryString('update'),