mikebronner / laravel-model-caching

Eloquent model-caching made easy.
MIT License
2.24k stars 214 forks source link

When insert a new record, I fecth an error #353

Closed RonnieCSE closed 4 years ago

RonnieCSE commented 4 years ago

` Code

$data_insert = array( 'video_id' => 1, 'user_id' => 1 ) App\Video::withCacheCooldownSeconds(20)->create($data_insert);`

image

mikebronner commented 4 years ago

@RonnieCSE Please provide the full stack trace when reporting errors.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.