Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
陆云峰 committed Oct 17, 2022
1 parent 5da9b09 commit 83d8d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class User extends Model
}
```
Once the `clearConnection` has been declared, the `posts`'s clear behavior will be executed using the queue connection.
> Tips: You can also set it as a string `protected $clearQueue = 'queue-name';`, which will run in the named queue.
> Tips: Even you can also set `protected $clearQueue` as a string, which will run in the named queue.
### Clearing At Runtime
At runtime, you may instruct a model instance to using the `clear` or `setClears` method just like
Expand Down

0 comments on commit 83d8d96

Please sign in to comment.