Pārlūkot izejas kodu

fix command

master
Daniel pirms 11 mēnešiem
vecāks
revīzija
65d74268e5
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. +3
    -0
      httpdocs/src/Command/Import/CreateUserCommand.php

+ 3
- 0
httpdocs/src/Command/Import/CreateUserCommand.php Parādīt failu

@@ -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']
]
);


Notiek ielāde…
Atcelt
Saglabāt