Skip to content

Commit

Permalink
save original content not prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Jul 26, 2024
1 parent 875894b commit cd7fc0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function register(): void
public function boot(): void
{
LogViewer::auth(function ($request) {
if(!auth()->check()) {
if (! auth()->check()) {
return false;
}

Expand Down

0 comments on commit cd7fc0b

Please sign in to comment.