2022-12-05 23:01:12 +08:00

7 lines
105 B
Plaintext

<?php
use Illuminate\Support\Facades\Route;
Route::prefix('{module}')->group(function(){
//next
});