Browse Source

Depracation version update.

Robert Pustułka 8 years ago
parent
commit
edfeaa5c2e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/ORM/TableRegistry.php

+ 1 - 1
src/ORM/TableRegistry.php

@@ -48,7 +48,7 @@ use Cake\ORM\Locator\TableLocator;
  * $table = TableRegistry::get('Users', $config);
  * ```
  *
- * @deprecated 3.5.0 Use \Cake\ORM\Locator\TableLocator instead.
+ * @deprecated 3.6.0 Use \Cake\ORM\Locator\TableLocator instead.
  */
 class TableRegistry
 {