Remove unrecommended leading backslash for fully qualified namespaces
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
* @brief The script is called from time to time to clean the database entries and remove orphaned data.
|
||||
*/
|
||||
|
||||
use \Friendica\Core\Config;
|
||||
use Friendica\Core\Config;
|
||||
|
||||
function dbclean_run(&$argv, &$argc) {
|
||||
if (!Config::get('system', 'dbclean', false)) {
|
||||
|
||||
Reference in New Issue
Block a user