Remove redundant @return docblock in UserFactory (#6119)

This commit is contained in:
Ngô Quốc Đạt 2023-02-19 03:54:42 +07:00 committed by GitHub
parent 1bb530c609
commit 330995f6bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,8 +28,6 @@ class UserFactory extends Factory
/**
* Indicate that the model's email address should be unverified.
*
* @return $this
*/
public function unverified(): static
{