I use codeigniter version 4 (4.0)
This result after I run this command. I follow here
<code>composer update && cp vendor/codeigniter4/framework/public/index.php public/index.php && cp vendor/codeigniter4/framework/spark spark
</code>
<code>composer update && cp vendor/codeigniter4/framework/public/index.php public/index.php && cp vendor/codeigniter4/framework/spark spark
</code>
composer update && cp vendor/codeigniter4/framework/public/index.php public/index.php && cp vendor/codeigniter4/framework/spark spark
then try php spark serve, the error below appears.
<code>CodeIgniterRouterRouteCollection::__construct(): Argument #3 ($routing) must be of type ConfigRouting, null given, called in D:Belajar Webcodeignitermy-diary-ci4vendorcodeigniter4frameworksystemConfigServices.php on line 622
</code>
<code>CodeIgniterRouterRouteCollection::__construct(): Argument #3 ($routing) must be of type ConfigRouting, null given, called in D:Belajar Webcodeignitermy-diary-ci4vendorcodeigniter4frameworksystemConfigServices.php on line 622
</code>
CodeIgniterRouterRouteCollection::__construct(): Argument #3 ($routing) must be of type ConfigRouting, null given, called in D:Belajar Webcodeignitermy-diary-ci4vendorcodeigniter4frameworksystemConfigServices.php on line 622
if I browse the service.php file
please help me to solve this problem in my local computer, thank you