Skip to content

Commit

Permalink
fix method name in Relation
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Mar 4, 2024
1 parent 31d8184 commit 1af1a42
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 1af1a42

Please sign in to comment.