From 7fcb2f7c31d11ae2e9fe2db002207715e26a3891 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 17 Jan 2024 17:00:17 -0600 Subject: [PATCH] wip --- config/app.php | 4 ++-- config/cache.php | 4 ++-- config/queue.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/app.php b/config/app.php index f8be8f42d58a..9842d9efc29b 100644 --- a/config/app.php +++ b/config/app.php @@ -119,8 +119,8 @@ |-------------------------------------------------------------------------- | | This key is utilized by Laravel's encryption services and should be set - | to a random, 32 character string or all of the encrypted strings are - | not secure. You should do this prior to deploying the application. + | to a random, 32 character string to ensure that all encrypted values + | are secure. You should do this prior to deploying the application. | */ diff --git a/config/cache.php b/config/cache.php index f99e0aa505cc..ed476c601eee 100644 --- a/config/cache.php +++ b/config/cache.php @@ -100,8 +100,8 @@ | Cache Key Prefix |-------------------------------------------------------------------------- | - | When utilizing the APC, database, memcached, Redis, or DynamoDB cache - | stores there might be other applications using the same cache. For + | When utilizing the APC, database, memcached, Redis, and DynamoDB cache + | stores, there might be other applications using the same cache. For | that reason, you may prefix every cache key to avoid collisions. | */ diff --git a/config/queue.php b/config/queue.php index 70c9fcf83a4d..c61180655254 100644 --- a/config/queue.php +++ b/config/queue.php @@ -22,7 +22,7 @@ | | Here you may configure the connection information for each server that | is used by your application. A default configuration has been added - | for each back-end shipped with Laravel. You are free to add more. + | for each backend included with Laravel. You are free to add more. | | Drivers: "sync", "database", "beanstalkd", "sqs", "redis", "null" |