Skip to content

Commit

Permalink
Update Database.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Idrinth authored Jan 9, 2025
1 parent 9b445ee commit cf2f75a
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 @@ -22,7 +22,7 @@ public function __construct(
private readonly string $databaseHost,
private readonly string $databaseUser,
private readonly string $databasePassword,
private readonly MetadataCache $metadataCache,
//private readonly MetadataCache $metadataCache,
) {
}

Expand Down

0 comments on commit cf2f75a

Please sign in to comment.