修改创建模块命令

This commit is contained in:
JaguarJack
2020-06-25 09:25:02 +08:00
parent fca8980715
commit 707070a06e
5 changed files with 129 additions and 178 deletions

View File

@@ -1,5 +1,7 @@
<?php
// you should user `$router`
// $router->get('index', 'controller@method');
$router->group(function () use ($router){
});