final keyword removed :-)
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user