Skip to content

Commit d4a74f8

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents d94c24b + 68b0653 commit d4a74f8

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)