Skip to content

Commit cf42a2a

Browse files
committed
fix: clean up code
1 parent b2fd34b commit cf42a2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/filament-news.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
'navigation_icon' => 'heroicon-o-tag',
2929
],
3030

31-
'editor_component_class' => \RectitudeOpen\FilamentTinyEditor6\TinyEditor::class
31+
'editor_component_class' => \RectitudeOpen\FilamentTinyEditor6\TinyEditor::class,
3232
];

config/filapress-core.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
'FilamentContactLogsPlugin' => true,
1515
'FilamentSiteSnippetsPlugin' => true,
1616
'FilamentSiteNavigationPlugin' => true,
17-
]
17+
],
1818
];

0 commit comments

Comments
 (0)