Skip to content

Commit a336c24

Browse files
Merge pull request #42 from xima-media/drop-cruserId
Drop field `cruser_id` in provider creation
2 parents 526621b + 0f766e7 commit a336c24

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Classes/UserFactory/BackendUserFactory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,6 @@ public function persistIdentityForUser(array $userRecord): bool
350350
'provider' => $this->providerId,
351351
'crdate' => time(),
352352
'tstamp' => time(),
353-
'cruser_id' => (int)$userRecord['uid'],
354353
'parentid' => (int)$userRecord['uid'],
355354
])
356355
->executeStatement();

Classes/UserFactory/FrontendUserFactory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ public function persistIdentityForUser($userRecord): bool
159159
'provider' => $this->providerId,
160160
'crdate' => time(),
161161
'tstamp' => time(),
162-
'cruser_id' => (int)$userRecord['uid'],
163162
'parentid' => (int)$userRecord['uid'],
164163
])
165164
->executeStatement();

0 commit comments

Comments
 (0)