mirror of
https://codeberg.org/vlw/scaffold.git
synced 2026-04-13 04:49:38 +02:00
Compare commits
No commits in common. "c858cd111a2db500e0432b70d44d92b480595e7f" and "f4b8f8673e7696de3bfdf7a02064c2b94498e385" have entirely different histories.
c858cd111a
...
f4b8f8673e
1 changed files with 2 additions and 2 deletions
|
|
@ -32,10 +32,10 @@
|
|||
?string $host = self::DEFAULT_HOSTNAME,
|
||||
?string $username = self::DEFAULT_USERNAME,
|
||||
?string $password = self::DEFAULT_PASSWORD,
|
||||
?string $database = ""
|
||||
string $database
|
||||
) {
|
||||
// Create key if it does not exist
|
||||
if (!array_key_exists("mariadb", $_ENV)) {
|
||||
if (!$_ENV["mariadb"]) {
|
||||
$_ENV["mariadb"] = [];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue