switch to extends

This commit is contained in:
Craig Morris 2022-01-21 12:21:38 +00:00
parent 7bff7c6c61
commit 4c94086856
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
use Illuminate\Support\Str;
/**
* @implements Factory<User>
* @extends Factory<User>
*/
class UserFactory extends Factory
{