Skip to content

Commit

Permalink
fix: stubs not being published
Browse files Browse the repository at this point in the history
  • Loading branch information
bensherred committed Nov 18, 2024
1 parent 24bb3bb commit 1b455dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Modules/Default/Tasks/PublishStubs.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function perform(InstallData $data): void

$this->filesystem->copyDirectory(
__DIR__ . '/../../../../stubs/default',
base_path('../../stubs'),
base_path('stubs'),
);

$this->filesystem->copyDirectory(
Expand Down

0 comments on commit 1b455dc

Please sign in to comment.