Skip to content

Commit 586e610

Browse files
Refactor indentation for record creation method
1 parent b97c299 commit 586e610

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/resources/pages/create/can-create-record.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// TODO: RichEditor expects a very specific array structure for its data and Filament tests do not currently support this.
1010
// '{{ $key }}' => $record->{{ $key }},
1111
@else
12-
'{{ $key }}' => $record->{{ $key }},
12+
'{{ $key }}' => $record->{{ $key }},
1313
@endif
1414
@endforeach
1515
])
@@ -22,7 +22,7 @@
2222
// TODO: RichEditor expects a very specific array structure for its data and Filament tests do not currently support this.
2323
// '{{ $key }}' => $record->{{ $key }},
2424
@else
25-
'{{ $key }}' => $record->{{ $key }},
25+
'{{ $key }}' => $record->{{ $key }},
2626
@endif
2727
@endforeach
2828
]);

0 commit comments

Comments
 (0)