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

Commit

Permalink
Update FilamentCodeEditorServiceProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastiaanKloos authored Mar 6, 2023
1 parent fba7fe6 commit 25c2890
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/FilamentCodeEditorServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@

class FilamentCodeEditorServiceProvider extends PackageServiceProvider
{
public static string $name = 'filament-code-editor';

protected array $beforeCoreScripts = [
'filament-tools' => __DIR__.'/../dist/filament-tools.js',
];

public function configurePackage(Package $package): void
{
$package->name('filament-code-editor');
}

public function packageRegistered()
Expand Down

0 comments on commit 25c2890

Please sign in to comment.