@@ -24,6 +24,6 @@ class TestPluginCommentsTable extends Table
public function initialize(array $config)
{
- $this->table('test_plugin_comments');
+ $this->setTable('test_plugin_comments');
}
@@ -21,7 +21,7 @@ class I18nTable extends Table
- $this->table('custom_i18n_table');
+ $this->setTable('custom_i18n_table');
public static function defaultConnectionName()