We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0d2be2 commit d9ff65dCopy full SHA for d9ff65d
src/ProcessDataSource.php
@@ -286,6 +286,7 @@ protected function resolveCollection(array|BaseCollection|EloquentBuilder|QueryB
286
return new BaseCollection($this->component->datasource());
287
}
288
289
+ //@phpstan-ignore-next-line
290
return cache()->rememberForever($this->component->getId(), function () use ($datasource) {
291
if (is_array($datasource)) {
292
return new BaseCollection($datasource);
0 commit comments