Fix PHP file encoding

This commit is contained in:
2026-07-10 16:49:32 +02:00
parent 1cdef43a87
commit f469086bc0
13 changed files with 12 additions and 15 deletions
-3
View File
@@ -1,8 +1,5 @@
<?php
use PDO;
use PDOException;
class Database
{
private static ?PDO $connection = null;