Skip to content

Commit

Permalink
manual run of actions
Browse files Browse the repository at this point in the history
  • Loading branch information
awcodes committed Aug 6, 2023
1 parent 9180844 commit 26a2d12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FilamentStickyHeaderServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ public function packageRegistered(): void
parent::packageRegistered();

FilamentAsset::register([
Css::make('awcodes-sticky-header', __DIR__.'/../resources/dist/filament-sticky-header.css'),
Js::make('awcodes-sticky-header', __DIR__.'/../resources/dist/filament-sticky-header.js'),
Css::make('awcodes-sticky-header', __DIR__ . '/../resources/dist/filament-sticky-header.css'),
Js::make('awcodes-sticky-header', __DIR__ . '/../resources/dist/filament-sticky-header.js'),
], 'awcodes-sticky-header');
}
}

0 comments on commit 26a2d12

Please sign in to comment.