Completed
Push — orm ( 17fcd7...8ab58e )
by
unknown
02:30
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($application->getAllowedGrantTypes());die;
225
+var_dump($application->getAllowedGrantTypes()); 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.