Skip to content

Commit cc7bede

Browse files
committed
[cookbook][doctrine][fixtures] Fixed typo
1 parent 9268d30 commit cc7bede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/doctrine/doctrine_fixtures.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ entry:
8585
$userAdmin->setPassword('test');
8686
8787
$manager->persist($userAdmin);
88-
$manager->flush()
88+
$manager->flush();
8989
}
9090
}
9191

0 commit comments

Comments
 (0)