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