From ebf2646c347b941e63709f7e69ab79416f6d5124 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 16 Feb 2021 10:58:28 -0600 Subject: [PATCH] wip --- database/factories/UserFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/factories/UserFactory.php b/database/factories/UserFactory.php index 99dfdcb6..3510ed67 100644 --- a/database/factories/UserFactory.php +++ b/database/factories/UserFactory.php @@ -32,7 +32,7 @@ public function definition() } /** - * Define the model's unverified state. + * Indicate that the model's email address should be unverified. * * @return \Illuminate\Database\Eloquent\Factories\Factory */