Skip to content

Commit 68b0653

Browse files
committed
minor #708 Updates links to docs regarding creating custom Repository Classes. (phpeek)
This PR was merged into the master branch. Discussion ---------- Updates links to docs regarding creating custom Repository Classes. Appears this section of the book has been moved to separate page. Commits ------- 4cd2603 Updates links to docs regarding creating custom Repository Classes.
2 parents 001619d + 4cd2603 commit 68b0653

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Repository/PostRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* This custom Doctrine repository contains some methods which are useful when
2323
* querying for blog post information.
2424
*
25-
* See https://symfony.com/doc/current/book/doctrine.html#custom-repository-classes
25+
* See https://symfony.com/doc/current/doctrine/repository.html
2626
*
2727
* @author Ryan Weaver <[email protected]>
2828
* @author Javier Eguiluz <[email protected]>

src/Repository/UserRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* method to query for application user information. But it's always a good practice
2121
* to define a custom repository that will be used when the application grows.
2222
*
23-
* See https://symfony.com/doc/current/book/doctrine.html#custom-repository-classes
23+
* See https://symfony.com/doc/current/doctrine/repository.html
2424
*
2525
* @author Ryan Weaver <[email protected]>
2626
* @author Javier Eguiluz <[email protected]>

0 commit comments

Comments
 (0)