Remove unrecommended leading backslash for fully qualified namespaces

This commit is contained in:
Hypolite Petovan 2017-04-30 00:29:14 -04:00
parent 1d427aa214
commit ce866ad39b
20 changed files with 44 additions and 43 deletions

View file

@ -1,6 +1,6 @@
<?php
use \Friendica\Core\Config;
use Friendica\Core\Config;
function cronhooks_run(&$argv, &$argc) {
global $a;