mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
Format the first letter of drivers
to lowercase (#6413)
This commit is contained in:
parent
b6d55576d1
commit
ad38e564ac
@ -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"
|
||||
|
|
||||
*/
|
||||
|
||||
|
@ -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"
|
||||
|
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user