mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-10 09:04:26 +02:00
Remove unrecommended leading backslash for fully qualified namespaces
This commit is contained in:
parent
1d427aa214
commit
ce866ad39b
20 changed files with 44 additions and 43 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
use \Friendica\Core\Config;
|
||||
use Friendica\Core\Config;
|
||||
|
||||
function cronhooks_run(&$argv, &$argc) {
|
||||
global $a;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue