diff options
author | Mario <mario@mariovavti.com> | 2024-03-25 14:15:28 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-03-25 14:15:28 +0000 |
commit | 01c6fd03b7e82d89967b4e348b75d90310375de9 (patch) | |
tree | 4e501fd4edab82433af7700fe09e3569fc3d5286 /Zotlabs/Storage/Directory.php | |
parent | 3c0d6339bb12bd7fbf65ba7a79078e39737b4387 (diff) | |
download | volse-hubzilla-01c6fd03b7e82d89967b4e348b75d90310375de9.tar.gz volse-hubzilla-01c6fd03b7e82d89967b4e348b75d90310375de9.tar.bz2 volse-hubzilla-01c6fd03b7e82d89967b4e348b75d90310375de9.zip |
fix typo after get_config -> Confi::Get conversion
Diffstat (limited to 'Zotlabs/Storage/Directory.php')
-rw-r--r-- | Zotlabs/Storage/Directory.php | 2 |
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; /** |