diff --git a/src/Store/SQLStore.php b/src/Store/SQLStore.php index 9e1a42e..dcd17e1 100644 --- a/src/Store/SQLStore.php +++ b/src/Store/SQLStore.php @@ -492,6 +492,11 @@ public function addIdentifiableAttributes(): self ':entity_id' => $this->getEntityidId(), ':aorder' => 4 ]); + $stmt->execute([ + ':attribute_id' => 458, + ':entity_id' => $this->getEntityidId(), + ':aorder' => 5 + ]); return $this; }