Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
Update Transaction.php
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy-j authored Feb 2, 2017
1 parent 7c91aa2 commit 3c36aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Spiral/ORM/Transaction.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* to optimize commands inside it (batch insert, batch delete and etc).
*
* Technically Transaction can work as classic UnitOfWork with ability to watch entities, but it's
* recommended to create additional abstraction to prevent domain mixing.
* recommended to create additional abstraction at top with proper business rules.
*/
final class Transaction implements TransactionInterface
{
Expand Down

0 comments on commit 3c36aab

Please sign in to comment.