mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-15 14:35:55 +00:00
wip
This commit is contained in:
@@ -20,7 +20,7 @@ class DatabaseStatisticsCollector implements StatisticsCollector
|
|||||||
/** @var int */
|
/** @var int */
|
||||||
protected $requests = 0;
|
protected $requests = 0;
|
||||||
|
|
||||||
public function __construct(DatabaseInterface $database,)
|
public function __construct(DatabaseInterface $database)
|
||||||
{
|
{
|
||||||
$this->database = $database;
|
$this->database = $database;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user