Update symfony to 6.3 and upgrade some classes

This commit is contained in:
Tim
2023-09-29 11:01:38 +02:00
parent 4fd5aac51a
commit 017249474f
5 changed files with 439 additions and 306 deletions

View File

@ -10,7 +10,7 @@ class DatabaseService
private mysqli $conn;
public function __construct(
private MysqliConnection $service
private readonly MysqliConnection $service
)
{
$this->conn = $this->service->getConnection();