mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-23 00:36:52 +01:00
* [MOD] Improved plugins data handling by encrypting the plugin's data
Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -86,9 +86,9 @@ interface PluginInterface extends PluginEventReceiver
|
||||
public function getData();
|
||||
|
||||
/**
|
||||
* @param PluginOperation $pluginOperation
|
||||
* onLoad
|
||||
*/
|
||||
public function onLoad(PluginOperation $pluginOperation);
|
||||
public function onLoad();
|
||||
|
||||
/**
|
||||
* @return int
|
||||
|
||||
Reference in New Issue
Block a user