<?php
return [
	'preload' => [
		//'debug',
	],
	'modules' => [
//		'debug' => array(
//			'class' => 'yii\debug\Module',
//		),
	],
];