From ad38e564ac871505e2fa829004cc45848b8b85e5 Mon Sep 17 00:00:00 2001 From: maru0914 <56859729+maru0914@users.noreply.github.com> Date: Tue, 4 Jun 2024 22:28:32 +0900 Subject: [PATCH] Format the first letter of `drivers` to lowercase (#6413) --- config/filesystems.php | 2 +- config/logging.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/filesystems.php b/config/filesystems.php index 44fe9c82..c5f244d7 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -24,7 +24,7 @@ return [ | may even configure multiple disks for the same driver. Examples for | most supported storage drivers are configured here for reference. | - | Supported Drivers: "local", "ftp", "sftp", "s3" + | Supported drivers: "local", "ftp", "sftp", "s3" | */ diff --git a/config/logging.php b/config/logging.php index d526b64d..8d94292b 100644 --- a/config/logging.php +++ b/config/logging.php @@ -45,7 +45,7 @@ return [ | utilizes the Monolog PHP logging library, which includes a variety | of powerful log handlers and formatters that you're free to use. | - | Available Drivers: "single", "daily", "slack", "syslog", + | Available drivers: "single", "daily", "slack", "syslog", | "errorlog", "monolog", "custom", "stack" | */