]> git.mxchange.org Git - friendica.git/commitdiff
Update doc/Addons.md
authorPhilipp <admin+Github@philipp.info>
Tue, 5 Oct 2021 16:35:57 +0000 (18:35 +0200)
committerPhilipp <admin@philipp.info>
Tue, 5 Oct 2021 18:07:14 +0000 (20:07 +0200)
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
doc/Addons.md

index e40027fa9e5e989575a13e9b5177f3a8e7eb0e99..0d38b639258081c87273762c79574a14d8b542e4 100644 (file)
@@ -802,7 +802,7 @@ Here is a complete list of all hook callbacks with file locations (as of 24-Sep-
 ### src/Core/StorageManager
 
     Hook::callAll('storage_instance', $data);
-       Hook::callAll('storage_config', $data);
+    Hook::callAll('storage_config', $data);
 
 ### src/Worker/Directory.php