Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
shuvroroy authored and github-actions[bot] committed Jul 30, 2023
1 parent 46ece33 commit c1d7acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Filament/Resources/Shop/OrderResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ protected static function getNavigationBadge(): ?string
return static::$model::where('status', 'new')->count();
}

public static function getFormSchema(?string $section = null): array
public static function getFormSchema(string $section = null): array
{
if ($section === 'items') {
return [
Expand Down

0 comments on commit c1d7acd

Please sign in to comment.