Skip to content

Commit 51db433

Browse files
committed
remove realpath
1 parent 65be109 commit 51db433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LogViewerServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function register()
2323

2424
$this->app['config']['filesystems.disks.log-viewer-local'] = [
2525
'driver' => 'local',
26-
'root' => realpath(storage_path('logs')),
26+
'root' => storage_path('logs'),
2727
];
2828

2929
$this->app->bind('log-viewer', LogViewerService::class);

0 commit comments

Comments
 (0)