From 7499d3d26005e5e1f1c50e86b266f7bf3d67af90 Mon Sep 17 00:00:00 2001 From: Mo Khosh Date: Sun, 29 Sep 2024 21:25:38 +0330 Subject: [PATCH] remove unused config --- config/rating.php | 6 ------ src/FilamentRatingServiceProvider.php | 7 ------- 2 files changed, 13 deletions(-) delete mode 100644 config/rating.php diff --git a/config/rating.php b/config/rating.php deleted file mode 100644 index 451a29b..0000000 --- a/config/rating.php +++ /dev/null @@ -1,6 +0,0 @@ -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(); }