mirror of
https://github.com/friendica/friendica
synced 2025-04-25 19:50:12 +00:00
Introduce Arguments / Module class
- move from App - add tests for Arguments/Module class
This commit is contained in:
parent
3480891277
commit
2c5ba7fc15
12 changed files with 1080 additions and 358 deletions
|
@ -11,7 +11,6 @@ use Friendica\Database\Database;
|
|||
use Friendica\Database\DBStructure;
|
||||
use Friendica\Object\Image;
|
||||
use Friendica\Util\Network;
|
||||
use Friendica\Util\Profiler;
|
||||
use Friendica\Util\Strings;
|
||||
|
||||
/**
|
||||
|
@ -591,8 +590,7 @@ class Installer
|
|||
/**
|
||||
* Checking the Database connection and if it is available for the current installation
|
||||
*
|
||||
* @param ConfigCache $configCache The configuration cache
|
||||
* @param Profiler $profiler The profiler of this app
|
||||
* @param Database $dba
|
||||
*
|
||||
* @return bool true if the check was successful, otherwise false
|
||||
* @throws Exception
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue