- Issue created by @jeff.hartman
- First commit to issue fork.
- Merge request !182Resolve #3530437 "Fix: Update AssetFileEntityHelper to use LoggerChannelInferface instead LoggerChannel." → (Open) created by rajeshreeputra
- 🇮🇳India rajeshreeputra Pune
The error occurs because the
AssetFileEntityHelper
constructor requires a strict LoggerChannel type. Updated the type hint inAssetFileEntityHelper.php
to use the interface instead.