Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Models section has old reference to CommonModel #142

Open
dennisameling opened this issue Mar 23, 2020 · 0 comments
Open

Models section has old reference to CommonModel #142

dennisameling opened this issue Mar 23, 2020 · 0 comments

Comments

@dennisameling
Copy link
Member

dennisameling commented Mar 23, 2020

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant