From 2ddfb5c97a5415b295bb2b6ca7e0c1332735db13 Mon Sep 17 00:00:00 2001 From: purple Date: Wed, 17 May 2023 09:36:55 +0200 Subject: [PATCH] Update admin router text --- routes/admin.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/routes/admin.php b/routes/admin.php index fba807e..921403b 100644 --- a/routes/admin.php +++ b/routes/admin.php @@ -228,7 +228,8 @@ Route::group(['prefix' => 'nests'], function () { }); /* -| Place new routers above this line. +| Each and every new router must be placed above this line. +| Blueprint automatically adds new extension routes at the bottom of this file. */ /*