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