Skip to content

Commit

Permalink
Fixed issue with formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kreut committed Oct 15, 2024
1 parent 85afd40 commit a8ce80d
Show file tree
Hide file tree
Showing 2 changed files with 484 additions and 469 deletions.
2 changes: 1 addition & 1 deletion app/Http/Middleware/SetAppVersionHeader.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function handle($request, Closure $next)
//$app_version = env('VAPOR_COMMIT_HASH') ? env('VAPOR_COMMIT_HASH') : '1.0';
if(!$response instanceof StreamedResponse) {
//https://stackoverflow.com/questions/72060913/call-to-undefined-method-symfony-component-httpfoundation-streamedresponsehead
$response->header('appversion', '2.59');
$response->header('appversion', '2.60');
}
return $response;
}
Expand Down
Loading

0 comments on commit a8ce80d

Please sign in to comment.