Skip to content

Commit ff19a71

Browse files
authored
Merge pull request #24 from TomHAnderson/hotfix/fixtures
Fixed faker performances for Grateful Dead
2 parents 1cddc1f + 1f9a6f5 commit ff19a71

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app/Doctrine/ORM/DataFixtures/Faker/Faker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function load(ObjectManager $manager): void
2323
$data = [
2424
[
2525
'name' => 'Grateful Dead',
26-
'recordings' => [
26+
'performances' => [
2727
[
2828
'performanceDate' => DateTime::createFromFormat('Y-m-d', '1995-02-21'),
2929
'venue' => 'Delta Center',

database/database.sqlite

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)