Skip to content

Commit

Permalink
remove unused config
Browse files Browse the repository at this point in the history
  • Loading branch information
mokhosh committed Sep 29, 2024
1 parent 5558452 commit 7499d3d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
6 changes: 0 additions & 6 deletions config/rating.php

This file was deleted.

7 changes: 0 additions & 7 deletions src/FilamentRatingServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,9 @@ public function configurePackage(Package $package): void
->hasCommands($this->getCommands())
->hasInstallCommand(function (InstallCommand $command) {
$command
->publishConfigFile()
->askToStarRepoOnGitHub('mokhosh/filament-rating');
});

$configFileName = $package->shortName();

if (file_exists($package->basePath("/../config/{$configFileName}.php"))) {
$package->hasConfigFile();
}

if (file_exists($package->basePath('/../resources/lang'))) {
$package->hasTranslations();
}
Expand Down

0 comments on commit 7499d3d

Please sign in to comment.