Skip to content

Commit fe4d550

Browse files
committed
Update LaravelUserMonitoringRouteServiceProvider.php
1 parent c72487f commit fe4d550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Providers/LaravelUserMonitoringRouteServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function register()
2020
);
2121

2222
if (! file_exists($path)) {
23-
throw new \RuntimeException('The route file is not exists!');
23+
$path = __DIR__ . '/../../routes/web.php';
2424
}
2525

2626
Route::middleware('web')

0 commit comments

Comments
 (0)