Skip to content

Commit c5936a8

Browse files
committed
Resource path fixed
1 parent ded7fe8 commit c5936a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHook/Providers/LaravelServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function boot()
2626
$this->publishes([
2727
__DIR__.'/../../config/git-hook.php' => config_path('git-hook.php'),
2828
]);
29-
$this->loadViewsFrom(__DIR__.'/views', 'git-hook');
29+
$this->loadViewsFrom(__DIR__.'/../resources/views', 'git-hook');
3030

3131
$source = realpath(__DIR__.'/../../config/git-hook.php');
3232
$this->mergeConfigFrom($source, 'git-hook');

0 commit comments

Comments
 (0)