mirror of
https://github.com/yiisoft/app.git
synced 2026-03-13 11:37:10 +01:00
10 lines
108 B
PHP
10 lines
108 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'yiisoft/yii-debug' => [
|
|
'enabled' => true,
|
|
],
|
|
];
|