]> git.mxchange.org Git - friendica.git/commitdiff
Remove date mention
authorHypolite Petovan <mrpetovan@gmail.com>
Mon, 1 May 2017 14:58:53 +0000 (10:58 -0400)
committerHypolite Petovan <mrpetovan@gmail.com>
Wed, 3 May 2017 03:37:45 +0000 (23:37 -0400)
doc/Developer-How-To-Move-Classes-to-src.md

index d502e863c32e4307200fd1e2fca03bb5ddc54e32..ec86f02025f01b1300460336f87dd6f266579bd8 100644 (file)
@@ -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.