Skip to content

Commit

Permalink
fix: analyse
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Nov 16, 2024
1 parent f400bcc commit 097e904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/filesystems.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
*/

'links' => [
public_path('storage') => env('APP_ENV') === \CSlant\Blog\Core\Constants\AppConstant::APP_ENV_PROD
public_path('storage') => (string) env('APP_ENV') === \CSlant\Blog\Core\Constants\AppConstant::APP_ENV_PROD
? env('FILESYSTEM_FILE_ROOT', storage_path('app/public'))
: storage_path('app/public'),
],
Expand Down

0 comments on commit 097e904

Please sign in to comment.