final keyword removed :-)

This commit is contained in:
nupplaPhil
2020-01-29 22:27:55 +01:00
parent da2d49ba43
commit 16e1df0b22

View 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;