Skip to content

Commit d9ff65d

Browse files
fix phpstan
1 parent c0d2be2 commit d9ff65d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ProcessDataSource.php

+1
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ protected function resolveCollection(array|BaseCollection|EloquentBuilder|QueryB
286286
return new BaseCollection($this->component->datasource());
287287
}
288288

289+
//@phpstan-ignore-next-line
289290
return cache()->rememberForever($this->component->getId(), function () use ($datasource) {
290291
if (is_array($datasource)) {
291292
return new BaseCollection($datasource);

0 commit comments

Comments
 (0)