mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-2100: Getting Started: Code First PHP fatal error:Call to undefined method Bug::setDescription() #2643
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Oct 24, 2012).
Originally assigned to: @ostrolucky on GitHub.
Jira issue originally created by user bronze1man:
http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/tutorials/getting-started.html
in file create_bug.php
$bug->setDescription("Something does not work!");
but the class Bug do not have setDescription function.
ps:
try find "setDescription" on that page. there is only one .
@ostrolucky commented on GitHub (Aug 3, 2018):
Fixed in
142c20aad1