Skip to content

Commit

Permalink
refactor: Change isTransactional default value.
Browse files Browse the repository at this point in the history
  • Loading branch information
YunusEmreNalbant committed Nov 14, 2023
1 parent dd6b3dc commit 5131e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Behavior/EventBehavior.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ abstract class EventBehavior extends Data
/** Actor performing the event. */
private mixed $actor = null;

public bool $isTransactional = false;
public bool $isTransactional = true;

/**
* Creates a new instance of the class.
Expand Down

0 comments on commit 5131e2c

Please sign in to comment.