From 8544ed6705791add193ee7ec930f6505d200f577 Mon Sep 17 00:00:00 2001 From: Ash Monsh Date: Fri, 29 Mar 2024 20:47:25 +0300 Subject: [PATCH] Update ChaosForms.php --- src/Filament/ChaosResource/ChaosForms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Filament/ChaosResource/ChaosForms.php b/src/Filament/ChaosResource/ChaosForms.php index 16c2c17..9b723e2 100644 --- a/src/Filament/ChaosResource/ChaosForms.php +++ b/src/Filament/ChaosResource/ChaosForms.php @@ -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())