Skip to content

Commit

Permalink
fix: migrations typo (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
joseederangojr committed Oct 23, 2023
2 parents 137995a + 27dc3a3 commit e08eea9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function up(): void
$user->spaces()->create([
'name' => $user->name,
'type' => 'personal',
'updated_by_Id' => $user->id,
'updated_by_id' => $user->id,
]);
}
});
Expand Down

0 comments on commit e08eea9

Please sign in to comment.