dont need to set the config key or the default table anymore - will default to plugin name + table name

This commit is contained in:
2025-03-29 01:11:09 -07:00
parent 8229722779
commit 1477b4b96d
7 changed files with 30 additions and 15 deletions

View File

@@ -28,8 +28,8 @@ class ProductCatalogsController extends AppController
public function initialize(): void
{
parent::initialize(); // TODO: Change the autogenerated stub
$this->_defaultTable = 'CakeProducts.ProductCatalogs';
$this->_tableConfigKey = 'CakeProducts.ProductCatalogs.table';
// $this->_defaultTable = 'CakeProducts.ProductCatalogs';
// $this->_tableConfigKey = 'CakeProducts.ProductCatalogs.table';
}
/**