Skip to content

Commit

Permalink
FIX arukompas#10 issue
Browse files Browse the repository at this point in the history
FIX issue: arukompas#10
  • Loading branch information
KinG-InFeT committed Jan 11, 2021
1 parent fe190bd commit 95ab30f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/views/logs/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@better_log_viewer_css

<script>
window.route_path = "{{ Str::finish(route('better-log-viewer::log.index'), '/') }}";
window.route_path = "{{ Illuminate\Support\Str::finish(route('better-log-viewer::log.index'), '/') }}";
window.shorter_stack_trace_excludes = {!! json_encode(config('better-log-viewer.shorter_stack_trace_excludes')) !!};
</script>
</head>
Expand Down

0 comments on commit 95ab30f

Please sign in to comment.