]> git.mxchange.org Git - friendica.git/blobdiff - include/oauth.php
Move App to src
[friendica.git] / include / oauth.php
index 9fb15b492af366cb4bef9cf31bc142ebe87feb63..f67e3d2b704df539e39cfd320ead71c555948562 100644 (file)
@@ -5,6 +5,8 @@
  *
  */
 
+use Friendica\App;
+
 define('REQUEST_TOKEN_DURATION', 300);
 define('ACCESS_TOKEN_DURATION', 31536000);