Hi, I have a problem with my yii2-advanced after editing config/main.php
.
I have added
'formatter' => [
'class' => 'yii\i18n\formatter',
'thousandSeparator' => '.',
'decimalSeparator' => ',',
],
In main/config.php
, it works in local but when I deploy it to production it is an error.