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:
parent
88012449f3
commit
c8b123bfac
3 changed files with 117 additions and 114 deletions
database/factories/Auth
|
@ -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' => '',
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue