Completed
Push — orm ( df18d5...6592b1 )
by
unknown
02:37
created
src/Majora/Component/OAuth/Server/Server.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -222,7 +222,7 @@
 block discarded – undo
222 222
             $application = $this->loadApplication($loginAttempt),
223 223
             $loginAttempt
224 224
         );
225
-        var_dump($account);die;
225
+        var_dump($account); die;
226 226
         // event call
227 227
         $refreshToken = null;
228 228
         if (in_array('refresh_token', $application->getAllowedGrantTypes()) && array_key_exists('refresh_token', $this->grantExtensions)) {
Please login to merge, or discard this patch.