From cfe893dbf6c9bb8e78e6f7c82dcabb99dede30fe Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 25 Jan 2023 18:07:48 +0000 Subject: [PATCH] adjust wording --- routes/api.php | 4 ++-- routes/web.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/routes/api.php b/routes/api.php index eb6fa48c..889937e1 100644 --- a/routes/api.php +++ b/routes/api.php @@ -9,8 +9,8 @@ |-------------------------------------------------------------------------- | | Here is where you can register API routes for your application. These -| routes are loaded by the RouteServiceProvider within a group which -| is assigned the "api" middleware group. Enjoy building your API! +| routes are loaded by the RouteServiceProvider and all of them will +| be assigned to the "api" middleware group. Make something great! | */ diff --git a/routes/web.php b/routes/web.php index b1303973..d259f33e 100644 --- a/routes/web.php +++ b/routes/web.php @@ -8,8 +8,8 @@ |-------------------------------------------------------------------------- | | Here is where you can register web routes for your application. These -| routes are loaded by the RouteServiceProvider within a group which -| contains the "web" middleware group. Now create something great! +| routes are loaded by the RouteServiceProvider and all of them will +| be assigned to the "web" middleware group. Make something great! | */