From 31ec3a755a8c4e6eb7661e2980415e2c03579631 Mon Sep 17 00:00:00 2001 From: "sosuke.iwabuchi" Date: Thu, 5 Oct 2023 10:55:53 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=97=E3=83=AD=E3=83=90=E3=82=A4=E3=83=80?= =?UTF-8?q?=E3=83=BC=E7=99=BB=E9=8C=B2=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/app.php | 1 - 1 file changed, 1 deletion(-) diff --git a/config/app.php b/config/app.php index 2e81552..4c9ade5 100644 --- a/config/app.php +++ b/config/app.php @@ -195,7 +195,6 @@ return [ App\Providers\EventServiceProvider::class, App\Providers\RouteServiceProvider::class, - Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class, ],