dustpress
dustpress copied to clipboard
Add #[AllowDynamicProperties] to suppress dynamic property deprecation in PHP 8.2
This change adds the #[AllowDynamicProperties] attribute to the Bodies class to address PHP 8.2 deprecation warnings related to dynamic property creation. The attribute ensures that dynamic properties can continue to be used without raising warnings, preserving compatibility with existing functionality.