dont need to set the config key or the default table anymore - will default to plugin name + table name
This commit is contained in:
@@ -25,8 +25,8 @@ class ExternalProductCatalogsController extends AppController
|
||||
public function initialize(): void
|
||||
{
|
||||
parent::initialize(); // TODO: Change the autogenerated stub
|
||||
$this->_defaultTable = 'CakeProducts.ExternalProductCatalogs';
|
||||
$this->_tableConfigKey = 'CakeProducts.ExternalProductCatalogs.table';
|
||||
// $this->_defaultTable = 'CakeProducts.ExternalProductCatalogs';
|
||||
// $this->_tableConfigKey = 'CakeProducts.ExternalProductCatalogs.table';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user