From: nupplaPhil <admin@philipp.info>
Date: Wed, 29 Jan 2020 21:27:55 +0000 (+0100)
Subject: final keyword removed :-)
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=16e1df0b22ccc4a4c307e02859deadcd57c46e70;p=friendica.git

final keyword removed :-)
---

diff --git a/src/Model/Introduction.php b/src/Model/Introduction.php
index a0774c10ee..4233ad6541 100644
--- a/src/Model/Introduction.php
+++ b/src/Model/Introduction.php
@@ -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;