Il manquait quelques fichiers dans Git

This commit is contained in:
2024-01-18 12:02:32 +01:00
parent 485580e0b2
commit 15053f58f2
194 changed files with 63120 additions and 9403 deletions

View File

@@ -0,0 +1,21 @@
<?php
namespace CreditNote\Model;
use CreditNote\Model\Base\CreditNoteAddressQuery as BaseCreditNoteAddressQuery;
/**
* Skeleton subclass for performing query and update operations on the 'credit_note_address' 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 CreditNoteAddressQuery extends BaseCreditNoteAddressQuery
{
} // CreditNoteAddressQuery