1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-22 15:55:14 +00:00

Update horizon.php

This commit is contained in:
Shlee 2022-05-15 14:15:36 +09:30 committed by GitHub
parent fafb2ca3b9
commit caccd6691e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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