Skip to content

Commit

Permalink
Update ClientFactory.php (#1669)
Browse files Browse the repository at this point in the history
  • Loading branch information
axlon authored May 31, 2023
1 parent 8cae3ef commit be0d862
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions database/factories/ClientFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
use Laravel\Passport\Client;
use Laravel\Passport\Passport;

/**
* @extends \Illuminate\Database\Eloquent\Factories\Factory<\Laravel\Passport\Client>
*/
class ClientFactory extends Factory
{
/**
Expand Down

0 comments on commit be0d862

Please sign in to comment.