8 lines
84 B
Plaintext
8 lines
84 B
Plaintext
<?php
|
|
|
|
// you should user `$router`
|
|
$router->group(function () use ($router){
|
|
|
|
});
|
|
|