- Issue created by @Natallia
- Status changed to Needs review
8 months ago 6:57am 14 March 2024 - π³π±Netherlands jos_s
At #3
Natialia, I think you need to adduse \AllowDynamicProperties;
before the
#[AllowDynamicProperties]
Without the
use \AllowDynamicProperties;
I get en error. - πΊπΈUnited States seanhellwig
I believe PHP 8.2 spec is:
#[\AllowDynamicProperties]
without the explicituse
statement. Will work either way!