mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 13:24:03 +00:00
initial commit
This commit is contained in:
commit
1beb9dd34c
281 changed files with 56773 additions and 0 deletions
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
title: 'Example: Checking a parent relationship for some things'
|
||||
tweet_id: '1308114701415571457'
|
||||
thread_slug: 1-rt-1-tip
|
||||
author_username: samuelstancl
|
||||
images:
|
||||
- 'https://pbs.twimg.com/media/EidbX_UWAAMeB6-.png'
|
||||
created_at: 2021-04-06T16:07:45+00:00
|
||||
slug: 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue