Skip to content

Commit c7976ac

Browse files
johnweselygithub-actions[bot]
authored andcommitted
Fix styling
1 parent fc5a628 commit c7976ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/FilamentFormBuilderServiceProvider.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ class FilamentFormBuilderServiceProvider extends PackageServiceProvider
1313
public static string $name = 'filament-form-builder';
1414

1515
protected array $styles = [
16-
'filament-form-builder' => __DIR__ . '/../dist/filament-form-builder.css',
16+
'filament-form-builder' => __DIR__.'/../dist/filament-form-builder.css',
1717
];
18+
1819
public function configurePackage(Package $package): void
1920
{
2021
$package->name('filament-form-builder')

0 commit comments

Comments
 (0)