From 65d74268e56b447085f86bda2e0f78955986141c Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 24 Mar 2025 12:48:23 +0200 Subject: [PATCH] fix command --- httpdocs/src/Command/Import/CreateUserCommand.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/httpdocs/src/Command/Import/CreateUserCommand.php b/httpdocs/src/Command/Import/CreateUserCommand.php index 6b769d9..9d3baa4 100644 --- a/httpdocs/src/Command/Import/CreateUserCommand.php +++ b/httpdocs/src/Command/Import/CreateUserCommand.php @@ -36,6 +36,7 @@ class CreateUserCommand extends Command 'firstName' => 'Jakob', 'lastName' => 'Nordstrøm', 'password' => '12spawntree345', + 'referenceId' => 'ABC123', 'roles' => ['ROLE_ADMIN'] ] ); @@ -48,6 +49,7 @@ class CreateUserCommand extends Command 'firstName' => 'Daniel', 'lastName' => 'Knudsen', 'password' => '12spawntree345', + 'referenceId' => 'DEF456', 'roles' => ['ROLE_ADMIN'] ] ); @@ -61,6 +63,7 @@ class CreateUserCommand extends Command 'lastName' => 'Eisenmenger', 'password' => '12spawntree345', 'image' => MediaObjectFactory::createOne(), + 'referenceId' => 'GHI789', 'roles' => ['ROLE_ADMIN'] ] );