mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
Apply fixes from StyleCI
This commit is contained in:
committed by
StyleCI Bot
parent
5de11e90f7
commit
ad2ef94958
@@ -32,7 +32,7 @@ class DatabaseStatisticsRepository implements StatisticsRepository
|
||||
SUM(incoming_requests) as incoming_requests
|
||||
FROM statistics
|
||||
WHERE
|
||||
`timestamp` >= "' . $from . '" AND `timestamp` <= "' . $until . '"')
|
||||
`timestamp` >= "'.$from.'" AND `timestamp` <= "'.$until.'"')
|
||||
->then(function (Result $result) use ($deferred) {
|
||||
$deferred->resolve($result->rows);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user