Installation du module MailJet + on prépare le terrain pour la gestion des fiches recette

This commit is contained in:
2021-03-30 13:28:37 +02:00
parent 638f59eb8f
commit eed9abf439
27 changed files with 3612 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
<?php
namespace Mailjet\Model;
use Mailjet\Model\Base\MailjetNewsletterQuery as BaseMailjetNewsletterQuery;
/**
* Skeleton subclass for performing query and update operations on the 'mailjet_newsletter' table.
*
*
*
* You should add additional methods to this class to meet the
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
*/
class MailjetNewsletterQuery extends BaseMailjetNewsletterQuery
{
} // MailjetNewsletterQuery