Browse Source

formatting

Taylor Otwell 4 years ago
parent
commit
9bc23ee468
1 changed files with 3 additions and 3 deletions
  1. 3 3
      app/Http/Controllers/Auth/ConfirmPasswordController.php

+ 3 - 3
app/Http/Controllers/Auth/ConfirmPasswordController.php

@@ -12,9 +12,9 @@ class ConfirmPasswordController extends Controller
     | Confirm Password Controller
     |--------------------------------------------------------------------------
     |
-    | This controller is responsible for handling password confirmations
-    | and uses a simple trait to include this behavior. You're free to
-    | explore this trait and override any methods you wish to tweak.
+    | This controller is responsible for handling password confirmations and
+    | uses a simple trait to include the behavior. You're free to explore
+    | this trait and override any functions that require customization.
     |
     */