developer-documentation icon indicating copy to clipboard operation
developer-documentation copied to clipboard

Models section has old reference to CommonModel

Open dennisameling opened this issue 5 years ago • 0 comments

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.

dennisameling avatar Mar 23 '20 13:03 dennisameling