]> git.mxchange.org Git - friendica.git/blobdiff - src/BaseFactory.php
New table "post-counts" to precalculate the counts
[friendica.git] / src / BaseFactory.php
index 6868dfeef501dbce60e0cf2701ee7a57d443f5c1..e40da58773118facdbedf4b6983cb210db14c4c3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -24,7 +24,7 @@ namespace Friendica;
 use Psr\Log\LoggerInterface;
 
 /**
- * Factories act as an intermediary to avoid direct Entitiy instanciation.
+ * Factories act as an intermediary to avoid direct Entity instantiation.
  *
  * @see BaseModel
  * @see BaseCollection