Skip to content

Commit

Permalink
changed stub path to base path
Browse files Browse the repository at this point in the history
  • Loading branch information
manchenkoff committed Sep 24, 2023
1 parent 34c4465 commit d91a1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ final class ServiceProvider extends BaseServiceProvider
public function boot(): void
{
$stubFiles = [
__DIR__ . '/Commands/stubs' => app_path('stubs'),
__DIR__ . '/Commands/stubs' => base_path('stubs'),
];

$this->publishes($stubFiles);
Expand Down

0 comments on commit d91a1ab

Please sign in to comment.