]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Config/PreloadConfiguration.php
Merge remote-tracking branch 'upstream/develop' into aria
[friendica.git] / src / Core / Config / PreloadConfiguration.php
index b5823c614473143f3b46363305b82ed1b7a93ac7..d54f1b063637d6b12579063f505b4ec25f972207 100644 (file)
@@ -5,7 +5,7 @@ namespace Friendica\Core\Config;
 use Friendica\Model;
 
 /**
- * This class implements the preload Time configuration, which will cache
+ * This class implements the preload configuration, which will cache
  * all config values per call in a cache.
  *
  * Minimizes the number of database queries to retrieve configuration values at the cost of memory.