mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
The docs suggest to use internal Autoloader::register() #6557
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BenMorel on GitHub (Oct 21, 2020).
The docs on autoloading proxies suggest to use:
Even though the
Autoloaderclass is@internal:Is this a documentation issue in the ORM? Is there an alternative to using this internal class?
Or shouldn't the class be internal at all?
@stof commented on GitHub (Oct 23, 2020):
I don't think the class should be internal. It is meant to be used this way