Skip to content

Commit a7f441c

Browse files
author
SZIGETVÁRI Áron
committed
Adding annotation to Invoice.php (somehow Invoice.yml is not working)
1 parent 1f5af77 commit a7f441c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Invoice.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22

33
namespace Dream\NavInvoiceData;
44

5+
use JMS\Serializer\Annotation as Serializer;
6+
57
/**
68
* Class representing Invoice
9+
*
10+
* @Serializer\XmlRoot(name="Invoice", namespace="http://schemas.nav.gov.hu/OSA/1.0/data")
711
*/
812
class Invoice extends InvoiceType
913
{

0 commit comments

Comments
 (0)