Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
c-tanner authored Sep 29, 2024
1 parent 0950bfc commit 5904534
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ However, let's say that both classes have a property, `is_complete`, which defau

![example reverse sync diagram](https://github.com/c-tanner/laravel-deep-sync/blob/main/doc/relationship-example-3.png)

Let's look at how to acheive this in the code:

```php
#[ObservedBy([DeepSync::class])]
class Task extends Model
Expand Down

0 comments on commit 5904534

Please sign in to comment.