Skip to content

Commit

Permalink
Merge pull request #199 from conedevelopment/szepeviktor-patch-2
Browse files Browse the repository at this point in the history
fix method name in Relation
  • Loading branch information
iamgergo committed Mar 4, 2024
2 parents 79bda07 + 1af1a42 commit fed6a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fields/Relation.php
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ public function handleFormRequest(Request $request, Model $model): void
} catch (Throwable $exception) {
report($exception);

DB::rollback();
DB::rollBack();

throw new SaveFormDataException($exception->getMessage());
}
Expand Down

0 comments on commit fed6a6a

Please sign in to comment.