Completed
Branch master (a629f1)
by Manolo
09:41
created
Service/Service.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
 
19 19
     public function getResponseWithAcceptedCookie()
20 20
     {
21
-        $cookie = Cookie::create('msalsas-gdpr-consent-banner', 'accepted', strtotime('now + ' . $this->timeToExpire));
21
+        $cookie = Cookie::create('msalsas-gdpr-consent-banner', 'accepted', strtotime('now + '.$this->timeToExpire));
22 22
         $response = new Response("accepted");
23 23
         $response->headers->setCookie($cookie);
24 24
 
Please login to merge, or discard this patch.