From 50a644a2c001b0ed1a331022fac20332ea67cb23 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 29 Jun 2021 10:28:00 -0700 Subject: [PATCH] Did I seriously spell my own goddamned name wrong in the docblock?? Signed-off-by: snipe --- app/Http/Livewire/LoginForm.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Http/Livewire/LoginForm.php b/app/Http/Livewire/LoginForm.php index 77edab9e63..7d10cb78ae 100644 --- a/app/Http/Livewire/LoginForm.php +++ b/app/Http/Livewire/LoginForm.php @@ -13,7 +13,7 @@ class LoginForm extends Component /** * Set the validation rules for login * - * @author A. Ginaotto + * @author A. Gianotto * @version v6.0 * @return Array */ @@ -28,7 +28,7 @@ class LoginForm extends Component /** * Perform the validation * - * @author A. Ginaotto + * @author A. Gianotto * @version v6.0 */ public function updated($fields) @@ -52,7 +52,7 @@ class LoginForm extends Component * makes sense to even do this via LiveWire, since * our login system is pretty complicated. * - * @author A. Ginaotto + * @author A. Gianotto * @version v6.0 */ public function submitForm()