Skip to content

Commit 40da147

Browse files
jbrooksukgithub-actions[bot]
authored andcommitted
Fix code styling
1 parent f2ed99e commit 40da147

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Filament/Resources/Schedules/RelationManagers/ComponentsRelationManager.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ public function table(Table $table): Table
5454
->mutateFormDataUsing(function (array $data): array {
5555
// Set a default component_status value (Operational)
5656
$data['component_status'] = ComponentStatusEnum::operational->value;
57+
5758
return $data;
5859
}),
5960
])

0 commit comments

Comments
 (0)