修改创建模块命令
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<?php
|
||||
|
||||
// you should user `$router`
|
||||
// $router->get('index', 'controller@method');
|
||||
$router->group(function () use ($router){
|
||||
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user