Skip to content

Commit

Permalink
feat: use tag to publish the assets
Browse files Browse the repository at this point in the history
  • Loading branch information
vaened committed Aug 8, 2024
1 parent 15251d8 commit 0010cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RouteModuleProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function boot(): void

$this->publishes(
[sprintf('%s/../%s', __DIR__, $config) => base_path($config)],
'route-moduler-config'
'laravel-route-moduler'
);
}

Expand Down

0 comments on commit 0010cad

Please sign in to comment.