Documentation and unneeded stuff removed
This commit is contained in:
parent
e012730e52
commit
51bc5279a0
|
@ -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.
|
* On first pass, defines DB_UPDATE_VERSION constant.
|
||||||
*
|
*
|
||||||
* @see static/dbstructure.config.php
|
* @see static/dbstructure.config.php
|
||||||
|
|
|
@ -25,8 +25,6 @@ use Exception;
|
||||||
use Friendica\Core\Hook;
|
use Friendica\Core\Hook;
|
||||||
use Friendica\DI;
|
use Friendica\DI;
|
||||||
|
|
||||||
require_once __DIR__ . '/../../include/dba.php';
|
|
||||||
|
|
||||||
class View
|
class View
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
@ -37,7 +35,7 @@ class View
|
||||||
private static $definition = [];
|
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.
|
* On first pass, defines DB_UPDATE_VERSION constant.
|
||||||
*
|
*
|
||||||
* @see static/dbview.config.php
|
* @see static/dbview.config.php
|
||||||
|
|
Loading…
Reference in New Issue
Block a user