Remove redundant @return docblock in UserFactory (#6119)

This commit is contained in:
Ngô Quốc Đạt
2023-02-18 14:54:42 -06:00
committed by GitHub
parent 1bb530c609
commit 330995f6bd
-2
View File
@@ -28,8 +28,6 @@ class UserFactory extends Factory
/** /**
* Indicate that the model's email address should be unverified. * Indicate that the model's email address should be unverified.
*
* @return $this
*/ */
public function unverified(): static public function unverified(): static
{ {