Skip to content

Commit 4c94086

Browse files
committed
switch to extends
1 parent 7bff7c6 commit 4c94086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/factories/UserFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use Illuminate\Support\Str;
88

99
/**
10-
* @implements Factory<User>
10+
* @extends Factory<User>
1111
*/
1212
class UserFactory extends Factory
1313
{

0 commit comments

Comments
 (0)