From caccd6691e2231d195d31c50b998831920ea82e5 Mon Sep 17 00:00:00 2001 From: Shlee Date: Sun, 15 May 2022 14:15:36 +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 6a6b55983..19872ad3b 100644 --- a/config/horizon.php +++ b/config/horizon.php @@ -52,7 +52,7 @@ return [ | */ - 'prefix' => env('HORIZON_PREFIX'.'-', 'horizon-'), + 'prefix' => env('HORIZON_PREFIX', 'horizon-'), /* |--------------------------------------------------------------------------