Browse Source

Removed broken @link in TableRegistry

Corey Taylor 6 years ago
parent
commit
07e839f720
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/ORM/TableRegistry.php

+ 1 - 2
src/ORM/TableRegistry.php

@@ -41,8 +41,7 @@ use Cake\ORM\Locator\LocatorInterface;
  *
  * ### 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.