]> git.mxchange.org Git - friendica.git/blobdiff - include/oauth.php
New class "System"
[friendica.git] / include / oauth.php
index 9e2be68c776cc61e57f8dbc531fcdd404438c449..61fbecb79a3e08917823d9ca0a8779b2fa718d16 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 use Friendica\App;
+use Friendica\Core\System;
 
 define('REQUEST_TOKEN_DURATION', 300);
 define('ACCESS_TOKEN_DURATION', 31536000);