DbTransactionsAware
- Full name:
\Codefy\Framework\Support\Traits\DbTransactionsAware
Properties
useTransaction
Determines whether class uses transaction.
Methods
withTransaction
Enable transaction in pipeline.
beginTransaction
Begin the transaction if enabled.
commitTransaction
Commit the transaction if enabled.
rollbackTransaction
Rollback the transaction if enabled.