Skip to content

Commit a865188

Browse files
committed
fix condition link view path
1 parent 8924aca commit a865188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Providers/TelegramGitNotifierServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function boot(): void
2424
}
2525

2626
$viewPath = __DIR__.'/../../resources/views';
27-
if (file_exists($routePath)) {
27+
if (file_exists($viewPath)) {
2828
$this->loadViewsFrom($viewPath, 'telegram-git-notifier');
2929
}
3030

0 commit comments

Comments
 (0)