mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-06 16:36:59 +01:00
* [ADD] Added plugin controller
* [MOD] Code refactoring * [FIX] Bugfixes
This commit is contained in:
@@ -47,8 +47,7 @@ use SP\Services\UserProfile\UserProfileService;
|
||||
*/
|
||||
class UserProfileController extends ControllerBase implements CrudControllerInterface
|
||||
{
|
||||
use JsonTrait;
|
||||
use ItemTrait;
|
||||
use JsonTrait, ItemTrait;
|
||||
|
||||
/**
|
||||
* @var UserProfileService
|
||||
@@ -60,7 +59,6 @@ class UserProfileController extends ControllerBase implements CrudControllerInte
|
||||
*
|
||||
* @throws \Psr\Container\ContainerExceptionInterface
|
||||
* @throws \Psr\Container\NotFoundExceptionInterface
|
||||
* @throws \SP\Core\Dic\ContainerException
|
||||
*/
|
||||
public function searchAction()
|
||||
{
|
||||
@@ -79,7 +77,6 @@ class UserProfileController extends ControllerBase implements CrudControllerInte
|
||||
* getSearchGrid
|
||||
*
|
||||
* @return $this
|
||||
* @throws \SP\Core\Dic\ContainerException
|
||||
*/
|
||||
protected function getSearchGrid()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user