From 9354ac6a9c9f81989ce383b6ebe835d54250b74a Mon Sep 17 00:00:00 2001 From: Eric Richer Date: Fri, 4 Sep 2020 10:26:34 -0400 Subject: [PATCH] Updated config key to 'lmc_cors' --- tests/testing.config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testing.config.php b/tests/testing.config.php index 1f21038..41a6edf 100644 --- a/tests/testing.config.php +++ b/tests/testing.config.php @@ -17,7 +17,7 @@ */ return [ - 'zfr_cors' => [ + 'lmc_cors' => [ ], ];