Files
yii3-app/config/environments/dev/params.php
2023-02-19 18:44:34 +03:00

10 lines
108 B
PHP

<?php
declare(strict_types=1);
return [
'yiisoft/yii-debug' => [
'enabled' => true,
],
];