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