Deprecation: #73067 - Deprecate GeneralUtility::requireOnce and GeneralUtility::requireFile
See forge#73067
Description
The following methods from TYPO3\
have been
marked as deprecated.
General
General
Impact
Using aforementioned methods will trigger a deprecation log entry.
Affected Installations
Instances which use one of the aforementioned methods.
Migration
Use native require_once if needed, e.g. if autoloading does not work.