SQL and performance improvements (#2017)

This commit is contained in:
Kevin Papst
2020-10-23 00:31:53 +02:00
committed by GitHub
parent 6ed7ee76e7
commit 4533c994a3
14 changed files with 216 additions and 206 deletions

View File

@@ -14,7 +14,7 @@ use App\Security\CurrentUser;
use DateTimeZone;
/**
* @internal use DateTimeFactory instead: this one relies on the global context and will be deprecated in the future
* @deprecated will be removed with 2.0
*/
class UserDateTimeFactory extends DateTimeFactory
{