Documentation and unneeded stuff removed

This commit is contained in:
Michael 2020-04-25 18:36:58 +00:00
parent e012730e52
commit 51bc5279a0
2 changed files with 2 additions and 4 deletions

View File

@ -117,7 +117,7 @@ class DBStructure
}
/**
* Loads the database structure definition from the config/dbstructure.config.php file.
* Loads the database structure definition from the static/dbstructure.config.php file.
* On first pass, defines DB_UPDATE_VERSION constant.
*
* @see static/dbstructure.config.php

View File

@ -25,8 +25,6 @@ use Exception;
use Friendica\Core\Hook;
use Friendica\DI;
require_once __DIR__ . '/../../include/dba.php';
class View
{
/**
@ -37,7 +35,7 @@ class View
private static $definition = [];
/**
* Loads the database structure definition from the config/dbview.config.php file.
* Loads the database structure definition from the static/dbview.config.php file.
* On first pass, defines DB_UPDATE_VERSION constant.
*
* @see static/dbview.config.php