mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Optimize queries for statistics.
This commit is contained in:
@@ -28,8 +28,8 @@ use Illuminate\Support\Facades\Log;
|
||||
|
||||
class Timer
|
||||
{
|
||||
private array $times = [];
|
||||
private static ?Timer $instance = null;
|
||||
private array $times = [];
|
||||
|
||||
private function __construct()
|
||||
{
|
||||
|
Reference in New Issue
Block a user