developer-documentation
developer-documentation copied to clipboard
Models section has old reference to CommonModel
The models section has an old reference to CommonModel:
<?php
// plugins/HelloWorldBundle/Model/ContactModel.php
namespace MauticPlugin\HelloWorldBundle\Model;
use Mautic\CoreBundle\Model\CommonModel;
class ContactModel extends CommonModel
{
CommonModel should be replaced by AbstractCommonModel. The text already correctly mentions AbstractCommonModel, but the code example doesn't.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.