- Issue created by @haedmoli
- Merge request !2Issue #3526663: Fix missing class import and null check to ensure module functionality โ (Open) created by Unnamed author
While testing the module, two issues were identified that prevent it from functioning properly. First, a required use
statement for a class is missing, which causes a fatal error. Second, a function does not correctly handle a null
object, resulting in another error during execution. These issues need to be resolved to ensure the module works as expected under typical usage scenarios.
Active
1.0
Code