Route类的name方法支持批量设置

This commit is contained in:
thinkphp
2016-08-23 22:17:08 +08:00
parent dda1faaa2e
commit 242c8bf7c6
4 changed files with 16 additions and 14 deletions

View File

@@ -59,5 +59,5 @@ return [
'tag error' => '模板标签错误',
'cache write error' => '缓存写入失败',
'sae mc write error' => 'SAE mc 写入错误',
'route name not exists' => '路由命名标识不存在',
'route name not exists' => '路由标识不存在(或参数不够)',
];