Skip to content

Commit

Permalink
fix: minor path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mitulgolakiya committed Jul 25, 2022
1 parent 2817eee commit 58fdcbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InfyOmGeneratorServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function boot()
], 'laravel-generator-config');

$this->publishes([
__DIR__.'/../views' => resource_path('vendor/laravel-generator'),
__DIR__.'/../views' => resource_path('views/vendor/laravel-generator'),
], 'laravel-generator-templates');
}

Expand Down

0 comments on commit 58fdcbe

Please sign in to comment.