Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinosswald committed Dec 1, 2023
1 parent 8a25cc6 commit 9d10022
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/FilamentActivityLogServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,4 @@ public function configurePackage(Package $package): void
$package->name(static::$name)
->hasViews();
}

public function packageBooted(): void
{
FilamentAsset::register([
Css::make('filament-activity-log', __DIR__ . '/../resources/dist/filament-activity-log.css')->loadedOnRequest(),
], 'marvinosswald/filament-activity-log');
}
}

0 comments on commit 9d10022

Please sign in to comment.