Skip to content

Commit fdc4175

Browse files
committed
user_id->owner
1 parent 46aac65 commit fdc4175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/Factories/Resume/DummyResumeGenerate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function run( $args, $assoc_args ) {
4040
for ( $i = 0; $i < $total; $i ++ ) {
4141
$formData = [
4242
'add_by' => 1,
43-
'user_id' => $user_id,
43+
'owner' => $user_id,
4444
'privacy' => $privacy,
4545
'status' => $status,
4646
'resume' => json_encode( [

0 commit comments

Comments
 (0)