Skip to content

Commit

Permalink
Formating
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-doudera committed Jul 26, 2023
1 parent 6e01681 commit 7704558
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions src/FilamentSimpleColorPickerServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,11 @@ class FilamentSimpleColorPickerServiceProvider extends PluginServiceProvider
{
public static string $name = 'filament-simple-color-picker';

protected array $resources = [
// CustomResource::class,
];
protected array $resources = [];

protected array $pages = [
// CustomPage::class,
];
protected array $pages = [];

protected array $widgets = [
// CustomWidget::class,
];
protected array $widgets = [];

protected array $styles = [
// 'plugin-filament-simple-color-picker' => __DIR__.'/../resources/dist/filament-simple-color-picker.css',
Expand Down

0 comments on commit 7704558

Please sign in to comment.