From 151eac5c1aaa37071c152fcb1f72ed3c38b6db15 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 14 Feb 2024 11:46:45 -0600 Subject: [PATCH] remove comments --- bootstrap/app.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/bootstrap/app.php b/bootstrap/app.php index 1cb02eb54..7b162dac3 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -7,9 +7,7 @@ use Illuminate\Foundation\Configuration\Middleware; return Application::configure(basePath: dirname(__DIR__)) ->withRouting( web: __DIR__.'/../routes/web.php', - // api: __DIR__.'/../routes/api.php', commands: __DIR__.'/../routes/console.php', - // channels: __DIR__.'/../routes/channels.php', health: '/up', ) ->withMiddleware(function (Middleware $middleware) {