Update horizon.php

This commit is contained in:
Shlee 2022-05-15 13:56:01 +09:30 committed by GitHub
parent f7aea85344
commit 05267395e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ return [
|
*/
'prefix' => env('HORIZON_PREFIX'.-:, 'horizon-:'),
'prefix' => env('HORIZON_PREFIX', 'horizon-:'),
/*
|--------------------------------------------------------------------------