1
0
Fork 0
mirror of synced 2024-06-01 10:29:48 +12:00

Fixed speed debug

This commit is contained in:
Eldad Fux 2020-07-04 21:21:42 +03:00
parent 8108691e07
commit cece99be36

View file

@ -75,6 +75,8 @@ class Response extends UtopiaResponse
->setModel(new Membership())
->setModel(new MembershipList())
;
$this->startTime = \microtime(true);
}
/**