From fbdeb58fb901c7875ff4013f0453f30bc272ccc5 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Mon, 13 Apr 2020 14:03:19 -0700 Subject: [PATCH] Updated timezone config docblock --- app/config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/app.php b/app/config/app.php index 0dda7f8..f59a2ef 100644 --- a/app/config/app.php +++ b/app/config/app.php @@ -123,7 +123,7 @@ return [ * Timezone used for date formatting. For a list of supported timezones see: * https://www.php.net/manual/en/timezones.php. * - * Default value: The server's configured timezone + * Default value: The server's timezone */ 'timezone' => Helpers::env('TIMEZONE', date_default_timezone_get()),