Move App to src

- Add `use Friendica\App;` wherever needed
This commit is contained in:
Hypolite Petovan
2017-04-30 00:07:00 -04:00
parent 56ee734b00
commit 20043914e6
197 changed files with 1321 additions and 996 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
<?php
require_once('include/datetime.php');
use Friendica\App;
require_once('include/datetime.php');
function localtime_post(App $a) {