]> git.mxchange.org Git - friendica.git/commitdiff
Added forgotten "use"
authorMichael <heluecht@pirati.ca>
Sun, 3 Mar 2019 07:05:57 +0000 (07:05 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 3 Mar 2019 07:05:57 +0000 (07:05 +0000)
src/Util/Crypto.php

index 54c3049ca74faa679ea624b9bcc23f72c36f813e..1e4672887e04b46b1676f28cdd71f95c5b18c0c1 100644 (file)
@@ -7,6 +7,7 @@ namespace Friendica\Util;
 use Friendica\Core\Config;
 use Friendica\Core\Hook;
 use Friendica\Core\Logger;
+use Friendica\Core\System;
 use ASN_BASE;
 use ASNValue;