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

@ -2,7 +2,7 @@
/**
* @file include/contact_widgets.php
*/
use Friendica\Content\Features;
use Friendica\Content\Feature;
use Friendica\Core\System;
use Friendica\Core\Config;
use Friendica\Core\PConfig;