Skip to content

Commit e55ca03

Browse files
committed
Fix PHP 7.4 tests
1 parent 4e704ac commit e55ca03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/WithBulkActions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function resetBulk(): void
6767
/**
6868
* @return Builder|Relation
6969
*/
70-
public function selectedRowsQuery(): Relation|Builder
70+
public function selectedRowsQuery()
7171
{
7272
return $this->query()->unless(
7373
$this->selectAll,

0 commit comments

Comments
 (0)