We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7060490 commit bddbab6Copy full SHA for bddbab6
src/Repositories/EloquentTaskRepository.php
@@ -216,7 +216,7 @@ public function import($input)
216
Cache::forget('totem.tasks.all');
217
Cache::forget('totem.tasks.active');
218
219
- collect(json_decode(array_get($input, 'content')))
+ collect(json_decode(Arr::get($input, 'content')))
220
->each(function ($data) {
221
Cache::forget('totem.task.'.$data->id);
222
0 commit comments