From 6c59296e301241e4a88ceb2e20d0d1cdcdce7baa Mon Sep 17 00:00:00 2001 From: Tushar Gugnani Date: Sat, 4 Mar 2023 16:02:53 +0530 Subject: [PATCH] minor fixes --- README.md | 2 +- config/smart-ads.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c91027b..de2ddc8 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ You can create a new ad by navigating to `smart-ad-manager/ads/create` page and In order to place the ads and track clicks you must place the following JS in your header (typically this would go in your blade layout file) ```html - + ``` There are two ways in which you can place ads / banners in your application diff --git a/config/smart-ads.php b/config/smart-ads.php index 4730c56..89116c7 100644 --- a/config/smart-ads.php +++ b/config/smart-ads.php @@ -6,6 +6,6 @@ return [ 'route' =>[ 'prefix' => '', - 'middleware' => 'web', + 'middleware' => ['web'], ] ]; \ No newline at end of file