mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Remove URI from clirequest service. Fixes #1082
This commit is contained in:
parent
f5382d18d6
commit
946760a583
@ -127,9 +127,7 @@ class Services extends BaseService
|
||||
$config = new \Config\App();
|
||||
}
|
||||
|
||||
return new \CodeIgniter\HTTP\CLIRequest(
|
||||
$config, new \CodeIgniter\HTTP\URI()
|
||||
);
|
||||
return new \CodeIgniter\HTTP\CLIRequest($config);
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user