We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f899d4 commit 20e63f5Copy full SHA for 20e63f5
src/Html/Options/HasColumns.php
@@ -162,7 +162,7 @@ public function addColumnBefore(array|Column $attributes): static
162
/**
163
* Get collection of columns.
164
*
165
- * @return \Illuminate\Support\Collection
+ * @return \Illuminate\Support\Collection<array-key, Column>
166
*/
167
public function getColumns(): Collection
168
{
0 commit comments