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

Commit 3aba5f8

Browse files
Merge pull request #15 from sweebee/main
2 parents af6e6bd + c7bb8a8 commit 3aba5f8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/FilamentCodeEditorServiceProvider.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ public function configurePackage(Package $package): void
1717
$package->name('filament-code-editor');
1818
}
1919

20-
public function packageRegistered()
21-
{
20+
public function bootingPackage() {
2221
Filament::serving(function () {
2322
Filament::registerScripts($this->beforeCoreScripts, true);
2423
});

0 commit comments

Comments
 (0)