Completed
Pull Request — master (#14)
by Mior Muhammad Zaki
09:00
created
src/ReauthLimiter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
      */
52 52
     public function attempt($password)
53 53
     {
54
-        if (! Hash::check($password, Auth::user()->getAuthPassword())) {
54
+        if (!Hash::check($password, Auth::user()->getAuthPassword())) {
55 55
             return false;
56 56
         }
57 57
 
Please login to merge, or discard this patch.