formatting

This commit is contained in:
Taylor Otwell 2019-10-08 07:35:48 -05:00
parent d1f7a5a886
commit 9bc23ee468
1 changed files with 3 additions and 3 deletions

View File

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