Skip to content

Commit 527fff5

Browse files
removed repository class from metadata (#8125)
The annotation is required only in the next chapter of the tutorial, specifically the "Entity Repositories"
1 parent 70fb1ec commit 527fff5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/en/tutorials/getting-started.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,6 @@ classes. We'll store them in ``src/Bug.php`` and ``src/User.php``, respectively.
488488
use Doctrine\ORM\Mapping as ORM;
489489
490490
/**
491-
* @ORM\Entity(repositoryClass="BugRepository")
492491
* @ORM\Table(name="bugs")
493492
*/
494493
class Bug

0 commit comments

Comments
 (0)