mirror of
https://github.com/symfony/demo.git
synced 2026-03-24 00:02:32 +01:00
Update the database contents
This commit is contained in:
Binary file not shown.
@@ -146,7 +146,7 @@ class AppFixtures extends Fixture
|
||||
$this->slugger->slug($title)->lower(),
|
||||
$this->getRandomText(),
|
||||
$this->getPostContent(),
|
||||
new \DateTime('now - '.$i.'days'),
|
||||
(new \DateTime('now - '.$i.'days'))->setTime(random_int(8, 17), random_int(7, 49), random_int(0, 59)),
|
||||
// Ensure that the first post is written by Jane Doe to simplify tests
|
||||
$user,
|
||||
$this->getRandomTags(),
|
||||
|
||||
Reference in New Issue
Block a user