Passed
Push — master ( 72fffe...b949dd )
by Ferry
04:19
created
src/controllers/AdminAuthController.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -132,9 +132,9 @@
 block discarded – undo
132 132
 
133 133
                 // Update Login At
134 134
                 cb()->update("users", auth()->id(), [
135
-                   "login_at"=>now()->format("Y-m-d H:i:s"),
136
-                   "ip_address"=>request()->ip(),
137
-                   "user_agent"=>request()->userAgent()
135
+                    "login_at"=>now()->format("Y-m-d H:i:s"),
136
+                    "ip_address"=>request()->ip(),
137
+                    "user_agent"=>request()->userAgent()
138 138
                 ]);
139 139
 
140 140
                 // When login user success, clear suspend attempt
Please login to merge, or discard this patch.