ReportQueries.php: remove obsolute code

This commit is contained in:
Zankaria 2024-12-08 18:32:16 +01:00
parent efec014bd1
commit 907656c0ff

View file

@ -1,8 +1,6 @@
<?php
namespace Vichan\Data;
use Vichan\Data\Driver\CacheDriver;
class ReportQueries {
private \PDO $pdo;
@ -113,7 +111,6 @@ class ReportQueries {
/**
* @param \PDO $pdo PDO connection.
* @param CacheDriver $cache Cache driver.
* @param bool $auto_maintenance If the auto maintenance should be enabled.
*/
public function __construct(\PDO $pdo, bool $auto_maintenance) {