mirror of
https://github.com/yiisoft/app.git
synced 2026-03-14 12:06:51 +01:00
10 lines
109 B
PHP
10 lines
109 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'yiisoft/yii-debug' => [
|
|
'enabled' => false,
|
|
],
|
|
];
|