14 lines
304 B
PHP
14 lines
304 B
PHP
<?php
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Application Configuration
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| Here is the configs about the application.
|
|
|
|
|
*/
|
|
return [
|
|
'version' => '3.0.1',
|
|
'locale' => 'zh-cn'
|
|
];
|