Skip to content

Commit

Permalink
minor #708 Updates links to docs regarding creating custom Repository…
Browse files Browse the repository at this point in the history
… 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.
  • Loading branch information
javiereguiluz committed Nov 28, 2017
2 parents 001619d + 4cd2603 commit 68b0653
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Repository/PostRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* This custom Doctrine repository contains some methods which are useful when
* querying for blog post information.
*
* See https://symfony.com/doc/current/book/doctrine.html#custom-repository-classes
* See https://symfony.com/doc/current/doctrine/repository.html
*
* @author Ryan Weaver <weaverryan@gmail.com>
* @author Javier Eguiluz <javier.eguiluz@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion src/Repository/UserRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* method to query for application user information. But it's always a good practice
* to define a custom repository that will be used when the application grows.
*
* See https://symfony.com/doc/current/book/doctrine.html#custom-repository-classes
* See https://symfony.com/doc/current/doctrine/repository.html
*
* @author Ryan Weaver <weaverryan@gmail.com>
* @author Javier Eguiluz <javier.eguiluz@gmail.com>
Expand Down

0 comments on commit 68b0653

Please sign in to comment.