Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
celia514 committed Jul 25, 2024
2 parents 10d1f09 + b82ddf5 commit 82c46c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FilamentScaffoldServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function configurePackage(Package $package): void
public function boot(): void
{
$this->publishes([
__DIR__.'/../config/filament-scaffold.php' => config_path('filament-scaffold.php')
__DIR__ . '/../config/filament-scaffold.php' => config_path('filament-scaffold.php'),
], 'filament-scaffold-config');

}
Expand Down

0 comments on commit 82c46c0

Please sign in to comment.