Skip to content

Commit be0d862

Browse files
authored
Update ClientFactory.php (#1669)
1 parent 8cae3ef commit be0d862

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

database/factories/ClientFactory.php

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
use Laravel\Passport\Client;
88
use Laravel\Passport\Passport;
99

10+
/**
11+
* @extends \Illuminate\Database\Eloquent\Factories\Factory<\Laravel\Passport\Client>
12+
*/
1013
class ClientFactory extends Factory
1114
{
1215
/**

0 commit comments

Comments
 (0)