Skip to content

Commit

Permalink
Merge pull request #10 from lara-zeus/six-side-section
Browse files Browse the repository at this point in the history
Update ChaosForms.php
  • Loading branch information
atmonshi authored Mar 29, 2024
2 parents a559ffb + 8544ed6 commit 5a5c646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Filament/ChaosResource/ChaosForms.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public static function make(Form $form, array $schema, array $sideSections = [])
]);
}

public static function showSideSection($operation, $sideSections, $form): bool
public static function showSideSection(string $operation, array $sideSections, Form $form): bool
{
return
($operation === 'edit' && (new $form->model)->usesTimestamps())
Expand Down

0 comments on commit 5a5c646

Please sign in to comment.