浏览代码

Merge pull request #13255 from othercorey/remove-broken-link

Removed broken @link in TableRegistry
ADmad 6 年之前
父节点
当前提交
32d9d38cca
共有 1 个文件被更改,包括 1 次插入2 次删除
  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.