]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Introduction.php
Merge pull request #8226 from nupplaphil/bug/wait_for_conn
[friendica.git] / src / Model / Introduction.php
index a0774c10ee1d7ea286ec7ef3e575936114306521..4233ad6541b5c410adfe6cdfdfdbe67f60525e65 100644 (file)
@@ -24,7 +24,7 @@ use Psr\Log\LoggerInterface;
  * @property bool   blocked
  * @property bool   ignore
  */
-final class Introduction extends BaseModel
+class Introduction extends BaseModel
 {
        /** @var Repository\Introduction */
        protected $intro;