Merge branch 'main' into #19-year-period

# Conflicts:
#	database/seeders/DatabaseSeeder.php
This commit is contained in:
Adrian Hopek
2022-01-19 10:56:03 +01:00
40 changed files with 1977 additions and 48 deletions

View File

@@ -13,7 +13,10 @@ class DatabaseSeeder extends Seeder
{
public function run(): void
{
User::factory(10)->create();
User::factory(35)->create();
User::factory([
"email" => env("LOCAL_EMAIL_FOR_LOGIN_VIA_GOOGLE"),
])->create();
YearPeriod::factory([
"year" => Carbon::now()->year,