From c394bbe9caedaa09da7480632869657a35892c9b Mon Sep 17 00:00:00 2001 From: purple Date: Tue, 16 May 2023 18:49:26 +0200 Subject: [PATCH] Add admin router notice --- routes/admin.php | 4 ++++ 1 file changed, 4 insertions(+) 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