chg: [appTable] Set string format of FrozenTime to ISO 8601-like by default

pull/121/head
Sami Mokaddem 2022-10-25 10:27:58 +02:00
parent 8d7e2b0df2
commit 6d40968f24
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ class AppTable extends Table
{
public function initialize(array $config): void
{
FrozenTime::setToStringFormat("yyyy-MM-dd HH:mm:ss");
}
public function getStatisticsUsageForModel(Object $table, array $scopes, array $options=[]): array