mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-01-30 00:08:41 +00:00
Test fixes after module+builder test extension
This commit is contained in:
parent
9dd1f7258e
commit
6d8fcb2f41
|
|
@ -26,4 +26,19 @@ use phpOMS\DataStorage\Database\DataMapperAbstract;
|
|||
*/
|
||||
final class InvoiceMapper extends DataMapperAbstract
|
||||
{
|
||||
/**
|
||||
* Primary field name.
|
||||
*
|
||||
* @var string
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static $primaryField = 'billing_invoice_id';
|
||||
|
||||
/**
|
||||
* Primary table.
|
||||
*
|
||||
* @var string
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static $table = 'billing_invoice';
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user