From aa4b02358a018ebc35123caeb92dcca0669e2816 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 19 Dec 2017 08:08:25 -0600 Subject: [PATCH] fix name --- config/queue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/queue.php b/config/queue.php index 3c1683e7..8c06fcc5 100644 --- a/config/queue.php +++ b/config/queue.php @@ -53,7 +53,7 @@ return [ 'key' => env('SQS_KEY', 'your-public-key'), 'secret' => env('SQS_SECRET', 'your-secret-key'), 'prefix' => env('SQS_PREFIX', 'https://sqs.us-east-1.amazonaws.com/your-account-id'), - 'queue' => env('SQS_NAME', 'your-queue-name'), + 'queue' => env('SQS_QUEUE', 'your-queue-name'), 'region' => env('SQS_REGION', 'us-east-1'), ],