Skip to content

Commit 123596c

Browse files
committed
Remove setting user_id on client
1 parent 9c4ed30 commit 123596c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

database/seeders/UserSeeder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ public function run(ClientRepository $clients)
5656

5757
// Create client so we can generate tokens
5858
$personalAccessClient = $clients->createPersonalAccessGrantClient('PmApi');
59-
$personalAccessClient->user_id = $user->id;
6059
$personalAccessClient->save();
6160

6261
// Create client OAuth (for 3-legged auth) - Authorization Code Grant for Swagger UI

0 commit comments

Comments
 (0)