Skip to content

Commit

Permalink
Dust
Browse files Browse the repository at this point in the history
  • Loading branch information
techenby committed May 17, 2023
1 parent fe0e62a commit 6186be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Filament/Pages/Dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ protected function getWidgets(): array
return Filament::getWidgets();
}

protected function getColumns(): int | string | array
protected function getColumns(): int|string|array
{
return 1;
}
Expand Down

0 comments on commit 6186be5

Please sign in to comment.