public function getDefinition(): string
{ return CustomerDefinition::
class;
} public function generate(int
$numberOfItems, DemodataContext
$context, array
$options =
[]): void
{ $this->faker =
$context->
getFaker();
$this->
createCustomers($numberOfItems,
$context);
try { $this->
createDefaultCustomer($context->
getContext());
} catch (\Exception
$e) { $context->
getConsole()->
warning('Could not create default customer: ' .
$e->
getMessage());
} } private function createNetCustomerGroup(Context
$context): string
{ $id = Uuid::
randomHex();
$data =
[ 'id' =>
$id,
'displayGross' => false,