main-local.php 134 Bytes
Newer Older
1
<?php
2 3
return [
	'preload' => [
4
		//'debug',
5 6
	],
	'modules' => [
Alexander Makarov committed
7
//			'debug' => [
8
//				'class' => 'yii\debug\Module',
Alexander Makarov committed
9
//			],
10 11
	],
];