Skip to content

Commit

Permalink
Merge pull request #11 from shankhadevpadam/main
Browse files Browse the repository at this point in the history
Fix publishing the config
  • Loading branch information
rabol authored Jan 16, 2024
2 parents 14d01f0 + c19e894 commit 781e485
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/FilamentLogviewerServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function configurePackage(Package $package): void
->askToStarRepoOnGitHub('rabol/filament-logviewer');
});

if (file_exists($package->basePath('/config/filament-log-viewer.php'))) {
if (file_exists($package->basePath('/../config/filament-logviewer.php'))) {
$package->hasConfigFile();
}

Expand Down

0 comments on commit 781e485

Please sign in to comment.