Add admin router notice
This commit is contained in:
parent
cb74ffa54b
commit
c394bbe9ca
1 changed files with 4 additions and 0 deletions
|
@ -227,6 +227,10 @@ Route::group(['prefix' => 'nests'], function () {
|
|||
Route::delete('/egg/{egg:id}/variables/{variable:id}', [Admin\Nests\EggVariableController::class, 'destroy']);
|
||||
});
|
||||
|
||||
/*
|
||||
| Place new routers above this line.
|
||||
*/
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Blueprint Extensions
|
||||
|
|
Loading…
Reference in a new issue