mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-04 23:54:08 +01:00
* [MOD] Improved bootstrapping. Work in progress.
This commit is contained in:
@@ -24,6 +24,8 @@
|
||||
|
||||
namespace SP\Storage;
|
||||
|
||||
use SP\Core\Exceptions\FileNotFoundException;
|
||||
|
||||
/**
|
||||
* Interface StorageInterface
|
||||
*
|
||||
@@ -35,6 +37,7 @@ interface XmlFileStorageInterface
|
||||
* @param string $node
|
||||
*
|
||||
* @return XmlFileStorageInterface
|
||||
* @throws FileNotFoundException
|
||||
*/
|
||||
public function load($node = '');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user