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
3 changed files with 117 additions and 114 deletions

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' => '',
];
}