From eb4c7fefec9bdeb5b3d0df7710428761e080f76c Mon Sep 17 00:00:00 2001 From: flap152 Date: Thu, 30 Nov 2023 09:16:48 -0500 Subject: [PATCH] Update ignition.php - fix comment Fix comment in "enabled" list of solution providers (vs ignored list) --- config/ignition.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config/ignition.php b/config/ignition.php index 5ff7937..19ea1cf 100644 --- a/config/ignition.php +++ b/config/ignition.php @@ -89,9 +89,8 @@ | Solution Providers |-------------------------------------------------------------------------- | - | You may specify a list of solution providers (as fully qualified class - | names) that should be loaded. Ignition will ignore these classes - | and possible solutions provided by them will never be displayed. + | List of solution providers that should be loaded. You may specify additional + | providers as fully qualified class names. | */