File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ private function createPreAndPostEventsAndIds(
186
186
),
187
187
PreTransactionCommitEvent::EVENT_ID ,
188
188
],
189
- TransactionState::TERMINATED => throw new UnexpectedValueException ('TERMINATED is not a valid transaction state at this point ' ),
189
+ TransactionState::TERMINATED => throw new \ UnexpectedValueException ('TERMINATED is not a valid transaction state at this point ' ),
190
190
};
191
191
[$ postEvent , $ postEventId ] = match ($ nextTransactionState ) {
192
192
TransactionState::ACTIVE => [
@@ -216,7 +216,7 @@ private function createPreAndPostEventsAndIds(
216
216
),
217
217
PostTransactionCommitEvent::EVENT_ID ,
218
218
],
219
- TransactionState::TERMINATED => throw new UnexpectedValueException ('TERMINATED is not a valid transaction state at this point ' ),
219
+ TransactionState::TERMINATED => throw new \ UnexpectedValueException ('TERMINATED is not a valid transaction state at this point ' ),
220
220
};
221
221
222
222
return [
You can’t perform that action at this time.
0 commit comments