Remove date mention
This commit is contained in:
parent
dfd4c8528e
commit
a76256e6e9
|
@ -4,7 +4,7 @@ How To Move Classes to `src`
|
|||
* [Home](help)
|
||||
* [Developer Intro](help/Developers-Intro)
|
||||
|
||||
Since April 2017, Friendica uses [Composer](help/Composer) to manage autoloading.
|
||||
Friendica uses [Composer](help/Composer) to manage autoloading.
|
||||
This means that all the PHP class files moved to the `src` folder will be [automatically included](help/autoloader) when the class it defines is first used in the flow.
|
||||
This is an improvement over the current `require` usage since files will be included on an actual usage basis instead of the presence of a `require` call.
|
||||
|
||||
|
|
Loading…
Reference in a new issue