mirror of
https://github.com/friendica/friendica
synced 2025-04-27 15:10:11 +00: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
|
@ -7,7 +7,7 @@
|
|||
|
||||
namespace Friendica;
|
||||
|
||||
use \Friendica\Core\Config;
|
||||
use Friendica\Core\Config;
|
||||
|
||||
require_once("include/network.php");
|
||||
require_once("include/Photo.php");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue