diff --git a/common/behaviors/TechBehavior.php b/common/behaviors/TechBehavior.php index 33e32b7..b6ba2a8 100644 --- a/common/behaviors/TechBehavior.php +++ b/common/behaviors/TechBehavior.php @@ -24,7 +24,7 @@ public function afterInsert($event) { $owner = $this->owner; $spec = new ProductSpec([ - 'product_id' => $owner->prodcut_id, + 'product_id' => $owner->product_id, ]); $spec->generateLangs(); $spec->save(false); -- libgit2 0.21.4