Missing 'use' in scripts/dbstructure

This commit is contained in:
fabrixxm 2017-12-01 09:35:05 +01:00 committed by GitHub
parent 0ae6f571da
commit 0b85169e10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
require_once 'include/dbstructure.php';
use Friendica\App;
use Friendica\Core\Config;
$a = new App(dirname(__DIR__));