Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastiaanKloos authored and github-actions[bot] committed Apr 6, 2023
1 parent 3aba5f8 commit f41a73a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/FilamentCodeEditorServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ public function configurePackage(Package $package): void
$package->name('filament-code-editor');
}

public function bootingPackage() {
public function bootingPackage()
{
Filament::serving(function () {
Filament::registerScripts($this->beforeCoreScripts, true);
});
Expand Down

0 comments on commit f41a73a

Please sign in to comment.