From 03a16a728a59aeba9073961f2a186a27d603be39 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Mon, 13 Apr 2020 13:49:48 -0700 Subject: [PATCH] Added missing period at end of docblock comment --- 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 5cfaf39..0633bb9 100644 --- a/app/config/app.php +++ b/app/config/app.php @@ -121,7 +121,7 @@ return [ /** * Default timezone. For a list of supported timezones see: - * https://www.php.net/manual/en/timezones.php + * https://www.php.net/manual/en/timezones.php. * * Default value: 'UTC' */