Skip to content

Commit

Permalink
Update Database.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Idrinth authored Jul 20, 2023
1 parent 88a9ad6 commit 637cc0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Database
private ?PDO $database = null;

public function __construct(
private readonly string $databaseName,
private readonly string $databaseDatabase,
private readonly string $databaseHost,
private readonly string $databaseUser,
private readonly string $databasePassword,
Expand Down

0 comments on commit 637cc0d

Please sign in to comment.