Skip to content

Commit

Permalink
Undeprecate class
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Aug 24, 2020
1 parent 8fb58b0 commit a2ffc30
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ORM/TableRegistry.php
Expand Up @@ -55,9 +55,6 @@
* // Prior to 3.6.0
* $table = TableRegistry::get('Users', $config);
* ```
*
* @deprecated 4.1.0 Use {@see \Cake\ORM\Locator\LocatorAwareTrait::getTableLocator()}
* or \Cake\Datasource\FactoryLocator::get('Table') to get the table locator instance instead.
*/
class TableRegistry
{
Expand Down

0 comments on commit a2ffc30

Please sign in to comment.