diff --git a/routes/admin.php b/routes/admin.php index 1f98688..fba807e 100644 --- a/routes/admin.php +++ b/routes/admin.php @@ -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