mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-06 16:36:59 +01:00
* [ADD] Finished items manager refactoring. Work in progress.
This commit is contained in:
@@ -59,7 +59,6 @@ class AccessManagerController extends ControllerBase
|
||||
|
||||
/**
|
||||
* @throws \SP\Core\Exceptions\InvalidArgumentException
|
||||
* @throws \SP\Core\Exceptions\InvalidClassException
|
||||
*/
|
||||
public function indexAction()
|
||||
{
|
||||
@@ -70,7 +69,6 @@ class AccessManagerController extends ControllerBase
|
||||
* Returns a tabbed grid with items
|
||||
*
|
||||
* @throws \SP\Core\Exceptions\InvalidArgumentException
|
||||
* @throws \SP\Core\Exceptions\InvalidClassException
|
||||
*/
|
||||
protected function getGridTabs()
|
||||
{
|
||||
@@ -150,8 +148,6 @@ class AccessManagerController extends ControllerBase
|
||||
|
||||
/**
|
||||
* Returns public links data tab
|
||||
*
|
||||
* @throws \SP\Core\Exceptions\InvalidClassException
|
||||
*/
|
||||
protected function getPublicLinksList()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user