From e7b6917ad53d41d06d2bc7e2dbc2c31ce3b3a128 Mon Sep 17 00:00:00 2001 From: Luke Towers Date: Mon, 22 Jun 2020 21:58:08 -0600 Subject: [PATCH] Update config/app.php --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index d0926ae7b..56e4959ab 100644 --- a/config/app.php +++ b/config/app.php @@ -140,7 +140,7 @@ return [ | | Set this to `true` to enable automatic loading of these packages. This | will result in packages being loaded, even if the plugin using them is - | disabled. + | disabled. This is NOT RECOMMENDED. | | Please note that packages defined in `app.providers` will still be loaded | even if discovery is disabled.