Add admin router notice

This commit is contained in:
purple 2023-05-16 18:49:26 +02:00
parent cb74ffa54b
commit c394bbe9ca

View file

@ -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