Skip to content

Commit

Permalink
Color coded the assignments as well
Browse files Browse the repository at this point in the history
  • Loading branch information
kreut committed Aug 4, 2023
1 parent 36958be commit 3912d7b
Show file tree
Hide file tree
Showing 2 changed files with 247 additions and 247 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', '1.56');
$response->header('appversion', '1.57');
}
return $response;
}
Expand Down
Loading

0 comments on commit 3912d7b

Please sign in to comment.