Move App to src
[friendica.git/.git] / util / typo.php
index cc05be4..0a1879f 100644 (file)
@@ -3,6 +3,7 @@
 // Run this from cmdline in basedir and quickly see if we've
 // got any parse errors in our application files.
 
+use Friendica\App;
 
 error_reporting(E_ERROR | E_WARNING | E_PARSE );
 ini_set('display_errors', '1');