- Issue created by @fpap
- Assigned to fpap
- 🇦🇷Argentina fpap
I have found the error, at /modules/contrib/file_update/src/FileUpdateService.php line 105, definition of property Drupal\\file_update\\FileUpdateService::$fileUrlGenerator. There, the type of the property is wrong: it is FileRepositoryInterface when it should be FileUrlGeneratorInterface.
Proposed resolution
At /modules/contrib/file_update/src/FileUpdateService.php line 105 replace the type FileRepositoryInterface with FileUrlGeneratorInterface.
- Status changed to Needs review
7 months ago 6:13pm 2 September 2024