0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-05-01 23:19:51 +00:00

Updated composer deps, applied styleci changes

This commit is contained in:
Dan Brown 2022-06-08 18:00:30 +01:00
parent 88012449f3
commit c8b123bfac
No known key found for this signature in database
GPG key ID: 46D9F943C24A2EF9
3 changed files with 117 additions and 114 deletions
database/factories/Auth

View file

@ -21,8 +21,8 @@ class RoleFactory extends Factory
public function definition()
{
return [
'display_name' => $this->faker->sentence(3),
'description' => $this->faker->sentence(10),
'display_name' => $this->faker->sentence(3),
'description' => $this->faker->sentence(10),
'external_auth_id' => '',
];
}