Skip to content

Commit

Permalink
r call
Browse files Browse the repository at this point in the history
  • Loading branch information
lizhichao committed Jun 8, 2021
1 parent f74f499 commit d7bc84f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Http/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public function redirect($url, $args = [])
* @param $url
* @param null $server
*/
public function redirectCall($method, $url, $server = null)
public function redirectCall($url, $method = 'get', $server = null)
{
$router = new Router();
$req = $this->httpRequest;
Expand Down
2 changes: 1 addition & 1 deletion src/run.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
define('_DEBUG_', false);
}

define('_ONE_V_', '2.2.11');
define('_ONE_V_', '2.2.12');

require __DIR__ . '/helper.php';

0 comments on commit d7bc84f

Please sign in to comment.