Skip to content

Commit 1af061d

Browse files
Fix styling
1 parent a9c5265 commit 1af061d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/FileManagerServiceProvider.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ public function configurePackage(Package $package): void
2222
->hasAssets()
2323
->hasViews();
2424
}
25+
2526
public function packageBooted()
2627
{
27-
Livewire::component('filemanager',Uploader::class);
28+
Livewire::component('filemanager', Uploader::class);
2829
}
2930
}

0 commit comments

Comments
 (0)