final keyword removed :-)

This commit is contained in:
Philipp Holzer 2020-01-29 22:27:55 +01:00
parent da2d49ba43
commit 16e1df0b22
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90

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;