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/Model/LastLogin.php | 1 - 1 file changed, 1 deletion(-) (limited to 'app/Model/LastLogin.php') diff --git a/app/Model/LastLogin.php b/app/Model/LastLogin.php index f4be8a9d..0f148ead 100644 --- a/app/Model/LastLogin.php +++ b/app/Model/LastLogin.php @@ -44,7 +44,6 @@ class LastLogin extends Base ->findAllByColumn('id'); if (count($connections) >= self::NB_LOGINS) { - $this->db->table(self::TABLE) ->eq('user_id', $user_id) ->notin('id', array_slice($connections, 0, self::NB_LOGINS - 1)) -- cgit v1.2.3