Skip to content

Commit 295d69a

Browse files
committed
DOCSP-41472: txn learning byte link
1 parent 6cebcec commit 295d69a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/transactions.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ Learn how to perform transactions in the following sections of this guide:
4646
- :ref:`laravel-transaction-commit`
4747
- :ref:`laravel-transaction-rollback`
4848

49+
.. tip:: Transactions Learning Byte
50+
51+
You practice using {+odm-short+} to perform transactions
52+
in the `Laravel Transactions Learning Byte
53+
<https://learn.mongodb.com/courses/laravel-transactions>`__.
54+
4955
.. tip::
5056

5157
To learn more about transactions in MongoDB, see :manual:`Transactions </core/transactions/>`
@@ -156,4 +162,3 @@ transaction is rolled back, and none of the models are updated:
156162
:emphasize-lines: 1,18,20
157163
:start-after: begin rollback transaction
158164
:end-before: end rollback transaction
159-

0 commit comments

Comments
 (0)