Remove date mention

This commit is contained in:
Hypolite Petovan 2017-05-01 10:58:53 -04:00
parent dfd4c8528e
commit a76256e6e9
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ How To Move Classes to `src`
* [Home](help) * [Home](help)
* [Developer Intro](help/Developers-Intro) * [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 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. 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.