mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 13:24:03 +00:00
447 B
447 B
| title | tweet_id | thread_slug | author_username | images | created_at | slug | |
|---|---|---|---|---|---|---|---|
| Example: Checking a parent relationship for some things | 1308114701415571457 | 1-rt-1-tip | samuelstancl |
|
2020-09-21T18:43:43+00:00 | example-checking-a-parent-relationship-for-some-things |
Such as, checking if an Order is locked inside an OrderProduct.
OrderProducts cannot be added to/changed in a locked order.