final keyword removed :-)
This commit is contained in:
parent
da2d49ba43
commit
16e1df0b22
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ use Psr\Log\LoggerInterface;
|
||||||
* @property bool blocked
|
* @property bool blocked
|
||||||
* @property bool ignore
|
* @property bool ignore
|
||||||
*/
|
*/
|
||||||
final class Introduction extends BaseModel
|
class Introduction extends BaseModel
|
||||||
{
|
{
|
||||||
/** @var Repository\Introduction */
|
/** @var Repository\Introduction */
|
||||||
protected $intro;
|
protected $intro;
|
||||||
|
|
Loading…
Reference in a new issue