Skip to content

Commit

Permalink
v0.3.200318
Browse files Browse the repository at this point in the history
  • Loading branch information
yulei745 committed Mar 18, 2020
1 parent 2951626 commit 808aea9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Foundation/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

class Application extends Container implements ContainerContract
{
const VERSION = '0.3.200315';
const VERSION = '0.3.200318';

/**
* The base path for the Laravel installation.
Expand Down
2 changes: 1 addition & 1 deletion src/Http/DiscuzResponseFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public static function RedirectResponse(string $uri, int $code = 302, array $hea
(is_object($uri) ? get_class($uri) : gettype($uri))
));
}
$headers['location'] = $uri;
$headers['Location'] = $uri;
return static::createResponse(null, $code, $headers);
}

Expand Down

0 comments on commit 808aea9

Please sign in to comment.