forked from leftypol/leftypol
ReportQueries.php: remove obsolute code
This commit is contained in:
parent
efec014bd1
commit
907656c0ff
1 changed files with 0 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
namespace Vichan\Data;
|
namespace Vichan\Data;
|
||||||
|
|
||||||
use Vichan\Data\Driver\CacheDriver;
|
|
||||||
|
|
||||||
|
|
||||||
class ReportQueries {
|
class ReportQueries {
|
||||||
private \PDO $pdo;
|
private \PDO $pdo;
|
||||||
|
@ -113,7 +111,6 @@ class ReportQueries {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param \PDO $pdo PDO connection.
|
* @param \PDO $pdo PDO connection.
|
||||||
* @param CacheDriver $cache Cache driver.
|
|
||||||
* @param bool $auto_maintenance If the auto maintenance should be enabled.
|
* @param bool $auto_maintenance If the auto maintenance should be enabled.
|
||||||
*/
|
*/
|
||||||
public function __construct(\PDO $pdo, bool $auto_maintenance) {
|
public function __construct(\PDO $pdo, bool $auto_maintenance) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue