From fafb2ca3b917d2784df8f5fac6eff0503012cdc9 Mon Sep 17 00:00:00 2001 From: Shlee Date: Sun, 15 May 2022 13:57:07 +0930 Subject: [PATCH] Update horizon.php --- config/horizon.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/horizon.php b/config/horizon.php index d3e978c0..6a6b5598 100644 --- a/config/horizon.php +++ b/config/horizon.php @@ -52,7 +52,7 @@ return [ | */ - 'prefix' => env('HORIZON_PREFIX', 'horizon-:'), + 'prefix' => env('HORIZON_PREFIX'.'-', 'horizon-'), /* |--------------------------------------------------------------------------