Skip to content

Commit 5ed3c1a

Browse files
committed
Update UserSeeder.php
1 parent 1516f8e commit 5ed3c1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

database/seeders/UserSeeder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function run(ClientRepository $clients)
7070
$clients->createPasswordGrantClient(
7171
'Password Grant',
7272
null, // provider
73-
false // confidential
73+
true // confidential (must be true as database requires secret to be NOT NULL)
7474
);
7575
}
7676
}

0 commit comments

Comments
 (0)