Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
romanzipp authored and github-actions[bot] committed Sep 9, 2024
1 parent 9583ea5 commit 3174447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Middleware/CheckQueueMonitorUiConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function handle(Request $request, \Closure $next): mixed
'queue-monitor::retry' => config('queue-monitor.ui.enabled') && config('queue-monitor.ui.allow_retry'),
'queue-monitor::destroy' => config('queue-monitor.ui.enabled') && config('queue-monitor.ui.allow_deletion'),
'queue-monitor::purge' => config('queue-monitor.ui.enabled') && config('queue-monitor.ui.allow_purge'),
default => false
default => false,
};

if ( ! $allowed) {
Expand Down

0 comments on commit 3174447

Please sign in to comment.