Skip to content

Commit 91c9515

Browse files
committed
Update LaravelUserMonitoringServiceProvider.php
1 parent 082ede5 commit 91c9515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Providers/LaravelUserMonitoringServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ private function publishMigrations()
7373
private function publishViews()
7474
{
7575
$this->publishes([
76-
__DIR__ . '/../../resources/views' => resource_path('views/laravel-user-monitoring'),
76+
__DIR__ . '/../../resources/views' => resource_path('views/vendor/LaravelUserMonitoring'),
7777
], 'laravel-user-monitoring-views');
7878
}
7979

0 commit comments

Comments
 (0)