Skip to content

Commit 015a9e8

Browse files
authored
Fix incorrect class name in Segments trait
EdiFactDate → EdifactDate
1 parent 4a49552 commit 015a9e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Generator/Traits/Segments.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
namespace EDI\Generator\Traits;
33

44
use EDI\Generator\EdiFactNumber;
5-
use EDI\Generator\EdiFactDate;
5+
use EDI\Generator\EdifactDate;
66

77
trait Segments
88
{
@@ -226,4 +226,4 @@ public static function addMOASegment($qualifier, $value)
226226
],
227227
];
228228
}
229-
}
229+
}

0 commit comments

Comments
 (0)