From 6e918a8fca575de2abdd904fa88b43845252b207 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Tue, 18 Feb 2020 13:20:31 -0700 Subject: [PATCH] Updated app config docblock formatting --- 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 cd7fe27..dd48cfd 100644 --- a/app/config/app.php +++ b/app/config/app.php @@ -26,8 +26,8 @@ return [ /** * Your Google analytics tracking ID. - * Expected format: 'UA-123456789-0'. * + * Expected format: 'UA-123456789-0' * Default value: false */ 'google_analytics_id' => Helpers::env('GOOGLE_ANALYTICS_ID'),