* [ADD] Added plugin controller

* [MOD] Code refactoring
* [FIX] Bugfixes
This commit is contained in:
nuxsmin
2018-03-06 14:21:45 +01:00
committed by Rubén D
parent 53aba99af1
commit 435bf3b810
46 changed files with 925 additions and 382 deletions

View File

@@ -49,8 +49,7 @@ use SP\Services\UserGroup\UserToUserGroupService;
*/
class UserGroupController extends ControllerBase implements CrudControllerInterface
{
use JsonTrait;
use ItemTrait;
use JsonTrait, ItemTrait;
/**
* @var UserGroupService
@@ -66,7 +65,6 @@ class UserGroupController extends ControllerBase implements CrudControllerInterf
*
* @throws \Psr\Container\ContainerExceptionInterface
* @throws \Psr\Container\NotFoundExceptionInterface
* @throws \SP\Core\Dic\ContainerException
*/
public function searchAction()
{
@@ -85,7 +83,6 @@ class UserGroupController extends ControllerBase implements CrudControllerInterf
* getSearchGrid
*
* @return $this
* @throws \SP\Core\Dic\ContainerException
*/
protected function getSearchGrid()
{