We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ded7fe8 commit c5936a8Copy full SHA for c5936a8
src/GitHook/Providers/LaravelServiceProvider.php
@@ -26,7 +26,7 @@ public function boot()
26
$this->publishes([
27
__DIR__.'/../../config/git-hook.php' => config_path('git-hook.php'),
28
]);
29
- $this->loadViewsFrom(__DIR__.'/views', 'git-hook');
+ $this->loadViewsFrom(__DIR__.'/../resources/views', 'git-hook');
30
31
$source = realpath(__DIR__.'/../../config/git-hook.php');
32
$this->mergeConfigFrom($source, 'git-hook');
0 commit comments