delete items in file request

This commit is contained in:
Čarodej
2022-02-23 10:05:09 +01:00
parent fdfb5f57d7
commit aef715e061
11 changed files with 331 additions and 30 deletions

View File

@@ -35,9 +35,7 @@ class FileFactory extends Factory
'author' => $this->faker->randomElement(
['user', 'member', 'visitor']
),
'created_at' => $this->faker->dateTimeBetween(
$startDate = '-36 months', $endDate = 'now', $timezone = null
),
'created_at' => $this->faker->dateTimeBetween('-36 months'),
];
}
}