Uh oh!
There was an error while loading. Please reload this page.
Updated documentation for the ConfigFormNotesInterface usages. - #214
Updated documentation for the ConfigFormNotesInterface usages.#214shinde-rahul wants to merge 3 commits into
Conversation
shinde-rahul
commented
Oct 11, 2022
- The integration bundle ConfigFormNotesInterface usages.
shinde-rahul
commented
Oct 11, 2022
@escopecz@kuzmany@RCheesley Please review. |
| use Mautic\IntegrationsBundle\Integration\Interfaces\ConfigFormSyncInterface; | ||
| use Mautic\IntegrationsBundle\Mapping\MappedFieldInfoInterface; | ||
| use Mautic\IntegrationsBundle\Sync\SyncDataExchange\Internal\Object\Company; | ||
| use Mautic\IntegrationsBundle\Sync\SyncDataExchange\Internal\Object\Contact; |
There was a problem hiding this comment.
Although the use statements are quite long and for example this one is not used. Can you remove the unused ones?
RCheesley
commented
Oct 11, 2022
Thanks for the PR @shinde-rahul - please can you also raise it on the WIP new docs if you have a moment - I think this is the relevant page: https://github.com/mautic/developer-documentation-new/blob/main/docs/plugins/config.rst which can be previewed at https://mautic-developer.readthedocs.io/en/latest/plugins/config.html. Important note: If this only applies to 5.x please make the PR on the 5.x branch of the docs, previewed here: https://mautic-developer.readthedocs.io/en/5.x/plugins/config.html. Thanks! |