From 8c532efd5f02f7a7e5ea322a07ddcf49d130a8ec Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 17 Oct 2015 10:09:03 -0400 Subject: Run php-cs-fixer on the code base --- app/Auth/RememberMe.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/Auth/RememberMe.php') diff --git a/app/Auth/RememberMe.php b/app/Auth/RememberMe.php index 6569463d..bba2bda6 100644 --- a/app/Auth/RememberMe.php +++ b/app/Auth/RememberMe.php @@ -88,7 +88,6 @@ class RememberMe extends Base $credentials = $this->readCookie(); if ($credentials !== false) { - $record = $this->find($credentials['token'], $credentials['sequence']); if ($record) { @@ -144,7 +143,6 @@ class RememberMe extends Base $credentials = $this->readCookie(); if ($credentials !== false) { - $this->deleteCookie(); $this->db -- cgit v1.2.3