Skip to content
Snippets Groups Projects
Verified Commit eaa7ddc8 authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

fix: correct private_mode_mode_secret key to private_mode_secret in app configuration

This commit updates the key 'private_mode_mode_secret' to 'private_mode_secret' in the configuration file `app.php`.
parent 86750813
Branches
No related tags found
No related merge requests found
Pipeline #1073 passed
......@@ -137,5 +137,5 @@
'cdn_disk' => env('CDN_FILESYSTEM_DISK'),
'private_mode_mode_secret' => env('APP_PRIVATE_MODE_SECRET'),
'private_mode_secret' => env('APP_PRIVATE_MODE_SECRET'),
];
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment