From 05267395e1f4804f1dfe072afc66c214ce1f28e4 Mon Sep 17 00:00:00 2001 From: Shlee Date: Sun, 15 May 2022 13:56:01 +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 e9b726d0d..d3e978c04 100644 --- a/config/horizon.php +++ b/config/horizon.php @@ -52,7 +52,7 @@ return [ | */ - 'prefix' => env('HORIZON_PREFIX'.-:, 'horizon-:'), + 'prefix' => env('HORIZON_PREFIX', 'horizon-:'), /* |--------------------------------------------------------------------------