Skip to content

Commit 499897a

Browse files
committed
put AllowDynamicProperties on class instead of trait
1 parent e8d86fb commit 499897a

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/Generator/Invoic/Item.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* Class Item
1212
* @package EDI\Generator\Invoic
1313
*/
14+
#[\AllowDynamicProperties]
1415
class Item extends Base
1516
{
1617
use ItemTrait;

src/Generator/Traits/Item.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
*
1010
* @package EDI\Generator\Traits
1111
*/
12-
#[\AllowDynamicProperties]
1312
trait Item
1413
{
1514
/** @var array */

0 commit comments

Comments
 (0)