aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-03-25 14:15:28 +0000
committerMario <mario@mariovavti.com>2024-03-25 14:15:28 +0000
commit01c6fd03b7e82d89967b4e348b75d90310375de9 (patch)
tree4e501fd4edab82433af7700fe09e3569fc3d5286
parent3c0d6339bb12bd7fbf65ba7a79078e39737b4387 (diff)
downloadvolse-hubzilla-01c6fd03b7e82d89967b4e348b75d90310375de9.tar.gz
volse-hubzilla-01c6fd03b7e82d89967b4e348b75d90310375de9.tar.bz2
volse-hubzilla-01c6fd03b7e82d89967b4e348b75d90310375de9.zip
fix typo after get_config -> Confi::Get conversion
-rw-r--r--Zotlabs/Storage/Directory.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Storage/Directory.php b/Zotlabs/Storage/Directory.php
index b62f268d3..a68fdcf26 100644
--- a/Zotlabs/Storage/Directory.php
+++ b/Zotlabs/Storage/Directory.php
@@ -3,7 +3,7 @@
namespace Zotlabs\Storage;
use Sabre\DAV;
-use Zotlabz\Lib\Config;
+use Zotlabs\Lib\Config;
use Zotlabs\Lib\Libsync;
/**