From 3a35ef37914bb1b37504ba3c657fe2dcbc7345bc Mon Sep 17 00:00:00 2001 From: Hemal Pandya <53688978+hemal-digiflux@users.noreply.github.com> Date: Tue, 25 Aug 2020 11:17:12 +0530 Subject: [PATCH] Update routes.php Bug fix for routes file --- src/routes.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/routes.php b/src/routes.php index 31118a1..7870f0f 100644 --- a/src/routes.php +++ b/src/routes.php @@ -1,5 +1,7 @@ + ['web']], function () { if (Cookie::get(env('COUNTER_COOKIE', 'kryptonit3-counter')) == false) { Cookie::queue(env('COUNTER_COOKIE', 'kryptonit3-counter'), str_random(80), env('COUNTER_COOKIE_EXPIRATION', 2628000)); // Configurable from ENV } }); +?>