Skip to content

Commit

Permalink
Merge pull request #13255 from othercorey/remove-broken-link
Browse files Browse the repository at this point in the history
Removed broken @link in TableRegistry
  • Loading branch information
ADmad committed May 18, 2019
2 parents 2b8aff6 + 07e839f commit 32d9d38
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ORM/TableRegistry.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@
*
* ### Getting instances
*
* You can fetch instances out of the registry through the `TableLocator`.
* {@link TableLocator::get()}
* You can fetch instances out of the registry through `TableLocator::get()`.
* One instance is stored per alias. Once an alias is populated the same
* instance will always be returned. This reduces the ORM memory cost and
* helps make cyclic references easier to solve.
Expand Down

0 comments on commit 32d9d38

Please sign in to comment.