From 9bc23ee468e1fb3e5b4efccdc35f1fcee5a8b6bc Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 8 Oct 2019 07:35:48 -0500 Subject: [PATCH] formatting --- app/Http/Controllers/Auth/ConfirmPasswordController.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Http/Controllers/Auth/ConfirmPasswordController.php b/app/Http/Controllers/Auth/ConfirmPasswordController.php index 5b9042c5..3559954c 100644 --- a/app/Http/Controllers/Auth/ConfirmPasswordController.php +++ b/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. | */