Skip to content

Commit

Permalink
Fix for declaration error (#18)
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver Pesch <>
  • Loading branch information
stllmtbrt authored Nov 17, 2023
1 parent 8a88ff8 commit 83ff253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ColumnTogglerTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
trait ColumnTogglerTrait
{
public function serializeForIndex(NovaRequest $request, $fields = null): array
public function serializeForIndex(NovaRequest $request, $fields = null)
{
$indexFields = $fields ?? parent::indexFields($request);

Expand Down

0 comments on commit 83ff253

Please sign in to comment.