mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-08 09:26:57 +01:00
* [ADD] Eventlog UI with search option
This commit is contained in:
@@ -173,6 +173,8 @@ class ApiTokenController extends ControllerBase implements CrudControllerInterfa
|
||||
* Delete action
|
||||
*
|
||||
* @param $id
|
||||
* @throws \Psr\Container\ContainerExceptionInterface
|
||||
* @throws \Psr\Container\NotFoundExceptionInterface
|
||||
*/
|
||||
public function deleteAction($id)
|
||||
{
|
||||
@@ -202,8 +204,6 @@ class ApiTokenController extends ControllerBase implements CrudControllerInterfa
|
||||
|
||||
/**
|
||||
* Saves create action
|
||||
*
|
||||
* @throws \SP\Core\Dic\ContainerException
|
||||
*/
|
||||
public function saveCreateAction()
|
||||
{
|
||||
@@ -239,7 +239,6 @@ class ApiTokenController extends ControllerBase implements CrudControllerInterfa
|
||||
* @param $id
|
||||
* @throws \Psr\Container\ContainerExceptionInterface
|
||||
* @throws \Psr\Container\NotFoundExceptionInterface
|
||||
* @throws \SP\Core\Dic\ContainerException
|
||||
*/
|
||||
public function saveEditAction($id)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user