This commit is contained in:
bs
2026-08-26 00:46:31 -07:00
parent 51313b001e
commit 7e646f80dc
22 changed files with 246 additions and 201 deletions
+1 -3
View File
@@ -19,8 +19,6 @@ class ProductSkusController extends AppController {
*/
public function initialize(): void {
parent::initialize(); // TODO: Change the autogenerated stub
// $this->_defaultTable = 'CakeProducts.ProductSkus';
// $this->_tableConfigKey = 'CakeProducts.ProductSkus.table';
}
/**
@@ -159,7 +157,7 @@ class ProductSkusController extends AppController {
if (!$this->ProductSkus->save($productSkuToSave, $saveOptions)) {
Log::debug(print_r('$productSkuToSave->getErrors()', true));
Log::debug(print_r($productSkuToSave->getErrors(), true));
dd($productSkuToSave->getErrors());
// dd($productSkuToSave->getErrors());
continue;
}