Skip to content

Commit 72e4f0f

Browse files
authored
Update PassportClientFactory.php
1 parent a4fe544 commit 72e4f0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

database/factories/PassportClientFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
/** @var \Illuminate\Database\Eloquent\Factory $factory */
44

55
use Faker\Generator as Faker;
6+
use Illuminate\Support\Str;
67
use Laravel\Passport\Client;
78

89
$factory->define(Client::class, function (Faker $faker) {

0 commit comments

Comments
 (0)