Update use statements

update use statements for rename to singular.
This commit is contained in:
Adam Magness 2017-12-04 09:04:36 -05:00
parent 6e5471def3
commit b1d16fbdf7
21 changed files with 21 additions and 21 deletions

View file

@ -3,7 +3,7 @@
* @file include/text.php
*/
use Friendica\App;
use Friendica\Content\Features;
use Friendica\Content\Feature;
use Friendica\Content\Smilies;
use Friendica\Core\Config;
use Friendica\Core\PConfig;