public function restore(StorableFlow
$storable): void
{ if (!
$storable->
hasStore(CustomerGroupAware::CUSTOMER_GROUP_ID
)) { return;
} $storable->
setData(CustomerGroupAware::CUSTOMER_GROUP_ID,
$storable->
getStore(CustomerGroupAware::CUSTOMER_GROUP_ID
));
$storable->
lazy( CustomerGroupAware::CUSTOMER_GROUP,
$this->
lazyLoad(...
) );
} /**
* @param array<int, mixed> $args
*
* @deprecated tag:v6.6.0 - Will be removed in v6.6.0.0
*/
public function load(array
$args): ?CustomerGroupEntity
{ Feature::
triggerDeprecationOrThrow(