Skip to content

Commit

Permalink
Remove URI from clirequest service. Fixes #1082
Browse files Browse the repository at this point in the history
  • Loading branch information
lonnieezell committed Jun 25, 2018
1 parent f5382d1 commit 946760a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions system/Config/Services.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,7 @@ public static function clirequest(\Config\App $config = null, $getShared = true)
$config = new \Config\App();
}

return new \CodeIgniter\HTTP\CLIRequest(
$config, new \CodeIgniter\HTTP\URI()
);
return new \CodeIgniter\HTTP\CLIRequest($config);
}

//--------------------------------------------------------------------
Expand Down

0 comments on commit 946760a

Please sign in to comment.