]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/Auth/ForgotPasswordController.php
Set /app PHP code to PSR-2 standard
[bookstack] / app / Http / Controllers / Auth / ForgotPasswordController.php
index d1fbddc509593e347e8a5b789d2792c2d2abd071..a0cbae9c611bffeb421e64788ebca7651ef2f65e 100644 (file)
@@ -64,5 +64,4 @@ class ForgotPasswordController extends Controller
             ['email' => trans($response)]
         );
     }
-
-}
\ No newline at end of file
+}