#5 - bump dependencies

This commit is contained in:
Adrian Hopek
2022-03-01 09:31:45 +01:00
parent 936a279606
commit 92784846dc
48 changed files with 1131 additions and 469 deletions

View File

@@ -19,8 +19,7 @@ class DatabaseSeeder extends Seeder
{
public function __construct(
protected UserAvatarGenerator $avatarGenerator,
) {
}
) {}
public function run(): void
{

View File

@@ -25,8 +25,7 @@ class DemoSeeder extends Seeder
{
public function __construct(
protected UserAvatarGenerator $avatarGenerator,
) {
}
) {}
public function run(): void
{