Skip to content

Commit 20e63f5

Browse files
committed
Fix collection key - value
1 parent 8f899d4 commit 20e63f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Html/Options/HasColumns.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public function addColumnBefore(array|Column $attributes): static
162162
/**
163163
* Get collection of columns.
164164
*
165-
* @return \Illuminate\Support\Collection
165+
* @return \Illuminate\Support\Collection<array-key, Column>
166166
*/
167167
public function getColumns(): Collection
168168
{

0 commit comments

Comments
 (0)