Skip to content

Commit

Permalink
Merge pull request baopham#187 from thomasedwards/patch-1
Browse files Browse the repository at this point in the history
Adds note to README about SerializesModels on Jobs
  • Loading branch information
baopham authored Feb 22, 2019
2 parents 71aa7b5 + a470c15 commit 45bd597
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,9 @@ Q: How to use with factory?
A: Please see [this issue](https://github.com/baopham/laravel-dynamodb/issues/111)
Q: How do I use with Job? Getting a SerializesModels error
A: You can either [write your own restoreModel](https://github.com/baopham/laravel-dynamodb/issues/132) or remove the `SerializesModels` trait from your Job.
Author and Contributors
-------
Expand Down

0 comments on commit 45bd597

Please sign in to comment.