File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 14
14
os :
15
15
- " ubuntu-latest"
16
16
php :
17
+ - 8.1
17
18
- 8.2
18
19
- 8.3
19
20
experimental :
Original file line number Diff line number Diff line change 37
37
"laravel/nova-devtool" : " ^1.0.1" ,
38
38
"laravel/pint" : " ^1.17" ,
39
39
"orchestra/testbench" : " ^8.20 || ^9.0" ,
40
- "phpstan/phpstan " : " ^1.11 " ,
41
- "orchestra/pest-plugin-testbench " : " ^2.0 "
40
+ "orchestra/pest-plugin-testbench " : " ^2.0 " ,
41
+ "phpstan/phpstan " : " ^1.11 "
42
42
},
43
43
"conflict" : {
44
44
"laravel/nova" : " <5.0.0 || >=6.0.0"
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ public function handle(): void
54
54
$ query = unserialize ($ this ->query );
55
55
56
56
$ eloquentGenerator = function () use ($ query ) {
57
- foreach ($ query ->cursor () as $ model ) {
57
+ foreach ($ query ->lazy () as $ model ) {
58
58
yield $ model ;
59
59
}
60
60
};
You can’t perform that action at this time.
0 commit comments