Move ParseUrl to Util namespace

This commit is contained in:
Hypolite Petovan 2018-01-04 12:03:15 -05:00
parent d416243964
commit 1f805da94f
5 changed files with 6 additions and 6 deletions

View file

@ -11,7 +11,7 @@
*/
use Friendica\App;
use Friendica\ParseUrl;
use Friendica\Util\ParseUrl;
require_once("include/items.php");