7 lines
105 B
Plaintext
Raw Permalink Normal View History

2022-12-05 23:01:12 +08:00
<?php
use Illuminate\Support\Facades\Route;
Route::prefix('{module}')->group(function(){
//next
});