Skip to content

Commit

Permalink
fix baserproject#1930 FrozenTime::setToStringFormat 書式変更
Browse files Browse the repository at this point in the history
  • Loading branch information
seto1 committed May 17, 2023
1 parent 06c3751 commit 884ee48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/baser-core/src/Model/Table/AppTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public function addPrefix($table)
public function initialize(array $config): void
{
parent::initialize($config);
FrozenTime::setToStringFormat('yyyy/MM/dd HH:mm:ss');
FrozenTime::setToStringFormat('yyyy-MM-dd HH:mm:ss');
}

/**
Expand Down

0 comments on commit 884ee48

Please sign in to comment.