Browse Source

Apply fixes from StyleCI

[ci skip] [skip ci]
Sergio Brighenti 5 years ago
parent
commit
2f518baf48
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/Controllers/Auth/PasswordRecoveryController.php

+ 0 - 1
app/Controllers/Auth/PasswordRecoveryController.php

@@ -89,6 +89,5 @@ class PasswordRecoveryController extends Controller
      */
     public function recoverPassword(Request $request, Response $response, string $resetToken): Response
     {
-
     }
 }